Go to file
Tobias Oberstein ea401461cf Merge pull request #122 from ewollesen/master
Expose WebSocketServerFactory's externalPort arg
2013-02-07 03:52:06 -08:00
2012-07-28 14:29:24 +02:00
2012-11-23 15:06:56 +01:00
2012-06-22 12:45:26 +02:00
2012-03-19 11:57:31 +01:00
2012-03-13 01:28:42 +01:00
2012-07-06 15:09:10 +02:00

AutobahnPython

AutobahnPython implements The WebSocket Protocol and The WebSocket Application Messaging Protocol (WAMP):

  • framework for WebSocket and WAMP clients and servers
  • implements WebSocket RFC6455, Draft Hybi-10+, Hixie-76 and WAMP v1
  • Twisted-based, runs on CPython and PyPy
  • high-performance, fully asynchronous implementation
  • best-in-class standards conformance (100% strict passes with Autobahn WebSocket Testsuite)
  • message-, frame- and streaming-APIs
  • Deferred-based API for asynchronous RPC and PubSub (WAMP)
  • supports TLS (secure WebSocket)
  • session authentication (WAMP-CRA)
  • Open-source (Apache 2 license)

You can use AutobahnPython to create clients and servers speaking either plain WebSocket or WAMP.

Using WAMP you can build applications around asynchronous RPC and PubSub messaging patterns.

Where to go

For more information, including getting started, tutorials and reference documentation, please visit the project's homepage, or check out the examples in this repository.

Get in touch

Get in touch on IRC #autobahn on chat.freenode.net or join the mailing list.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 9.4 MiB
Languages
Python 99.1%
Makefile 0.9%