Skip to content

jvalen/websocket-server-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket communication example in python

Simple client/server WebSocket communication example using Autobahn|Python running on Twisted networking engine (python-twisted and autobahn are required)

  1. Install:
python-twisted module
pip install autobahn
  1. Start server:
$ python server.py
  1. Open client.html in the browser

About

Client/server WebSocket communication example in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published