Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 324 Bytes

About

A websocket server written in python. It uses GIO for network communication and hence it easily integrates with the GLib mainloop.

Hacking

Please run lint and tests before submitting pull requests

python setup.py lint test