Package: wnpp Severity: wishlist Owner: Bas Wijnen <wij...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org, wij...@debian.org
* Package name : python-websocketd Version : 0.2 Upstream Author : Bas Wijnen <wij...@debian.org> * URL : https://github.com/wijnen/python-websocketd * License : AGPL3+ Programming Lang: Python Description : Python module for creating a http server or client which uses WebSockets This module uses the network module to create a server, and implements http(s) and WebSockets over those connections. With only 6 lines of code you have a working system. You only have to add what you want your server to do. . It also provides a client socket, which can be used to communicate with such a server. I use this module for many of my networked programs. It requires python-network (#1010012) and python-fhs (#1010010).