2017-06-25 10:26:26 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 17.6.2: new: force register option when joining realms fix: TLS options in components API |
2017-06-21 20:42:21 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 17.6.1 new: allow components to pass WebSocket/RawSocket options fix: register/subscribe decorators support different URI syntax from what \ session.register and session.subscribe support new: allow for standard Crossbar a.c..d style pattern URIs to be used with Pattern new: dynamic authorizer example new: configurable log level in ApplicationRunner.run for asyncio fix: forward reason of hard dropping WebSocket connection in wasNotCleanReason |
2017-04-08 23:44:55 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Changes 0.18.1: Bug fixes. |
2017-02-22 14:19:07 by Thomas Klausner | Files touched by this commit (4) |
Log message: Import py-autobahn-0.17.1 as www/py-autobahn. Autobahn|Python is a subproject of Autobahn and provides open-source implementations of The WebSocket Protocol The Web Application Messaging Protocol (WAMP) for Python 2 and 3, and running on Twisted and asyncio. You can use Autobahn|Python to create clients and servers in Python speaking just plain WebSocket or WAMP. WebSocket allows bidirectional real-time messaging on the Web and beyond, while WAMP adds real-time application communication on top of WebSocket. WAMP provides asynchronous Remote Procedure Calls and Publish & Subscribe for applications in one protocol running over WebSocket. WAMP is a routed protocol, so you need a WAMP Router to connect your Autobahn|Python based clients. We provide Crossbar.io, but there are other options as well. |