An implementation of the WAMP protocol for Dart.
WAMP is an open WebSocket subprotocol that provides two asynchronous messaging patterns: RPC and PubSub. WAMP is easy to use, simple to implement and based on modern Web standards: WebSocket, JSON and URIs.
https://github.com/gmosx/dart-wamp
Have a look at the included example that implements a simple chat room.
If you'd like to contribute back to the project, you can fork this repository and send us a pull request, when it is ready.
If you are new to Git or GitHub, please read this guide first.
WAMP and the logo are trademarks of Tavendo GmbH. All other trademarks are those of their respective companies.