File: README.md

package info (click to toggle)
python-gwebsockets 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 108 kB
  • sloc: python: 319; sh: 4; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
About
=====

A websocket server written in Python.
It uses [GIO](https://developer.gnome.org/gio/) for network communication and
hence it easily integrates with the
[GLib](https://developer.gnome.org/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