wamp 0.0.4
wamp: ^0.0.4 copied to clipboard
An implementation of the WAMP (http://wamp.ws) protocol for Dart.
WAMP #
An implementation of the WAMP (http://wamp.ws) 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.
Homepage #
https://github.com/gmosx/dart-wamp
Example #
Have a look at the included example that implementes a simple chat room.