gwebsockets

GLib based websockets server


License
Apache-2.0
Install
pip install gwebsockets==0.7

Documentation

About

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

Some code is derived from Tulip, a reference implementation of PEP 3156, by Guido van Rossum.

Hacking

Please run lint before submitting pull requests

python setup.py lint