File: README.md

package info (click to toggle)
python-autobahn 0.10.3%2Bdfsg1-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,744 kB
  • sloc: python: 15,976; makefile: 333
file content (7 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
# WebSocket programming with Autobahn on asyncio

This folder contains complete working code examples that demonstrate [WebSocket](http://tavendo.com/blog/post/websocket-why-what-can-i-use-it/) programming with **Autobahn**|Python on [asyncio](http://docs.python.org/3.4/library/asyncio.html):

 1. [Echo](echo)
 2. [Slow Square](slowsquare)
 3. [Testee](testee)