Skip to content

Minimal server websocket router for matchmaking - now with persistence

License

Notifications You must be signed in to change notification settings

freedomjs/socialmailbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socialmailbox

Minimal server websocket router for matchmaking. Now with persistence.

on connect, client needs to send either {'cmd': 'login', 'user':'<username>','password':'<password>'}

or register with {'cmd': 'register', 'user':'<username>', 'password':'<password>'}

Installing

pip install --user -r requirements.txt

Running

python router.py

About

Minimal server websocket router for matchmaking - now with persistence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published