python-txws

Python module to add Websocket support to the Twisted framework
  http://github.com/MostAwesomeDude/txWS
  0
  no reviews



TxWS (pronounced "Twisted WebSockets") is a small, short, simple library for adding WebSockets server support to your favorite Twisted applications.

Websocket is a protocol providing full-duplex communication channels over TCP mostly used in Web browsers.

Twisted is an event-based framework for internet applications