Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

A simple, Object-Oriented WebSocket server in Python. DEPRECATED

License

Notifications You must be signed in to change notification settings

adngdb/python-websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= This repo is not supported anymore! =

Here is a WebSocket Server Python implementation. Use it to communicate with your web pages.

This code is based on a code by Eneko Alonso : http://dev.enekoalonso.com/2010/05/22/more-websockets-now-with-python/

To adapt this code to your project, change the config.py file, and do your stuff in the onreceive function of the WebSocketClient class.

For any question about this code : adrian at gaudebert dot fr

Released under MIT License. See LICENSE.

About

A simple, Object-Oriented WebSocket server in Python. DEPRECATED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages