Skip to content

eko/python-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python WebSocket server

This is a simple Python websocket server

Installation

Clone the project by typing

$ git clone git@github.com:eko/python-websocket.git

Then simply run:

$ python run.py

Output should be like this:

$ python run.py
Starting server on port 9998. Waiting for connections...
('New client connected', ('127.0.0.1', 50993))
('New client connected', ('127.0.0.1', 50994))
('Data from', ('127.0.0.1', 50994), ':', '\x81\x86\x08W\x88\xad@2\xe4\xc1gv')
('Data from', ('127.0.0.1', 50993), ':', '\x81\x86\x01\x02\xa3\xe1Ig\xcf\x8dn#')

About

A Python WebSocket server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages