gmosx / dart-wamp

An implementation of the WAMP (http://wamp.ws) protocol for Dart.
BSD 2-Clause "Simplified" License
19 stars 6 forks source link

WAMPv2 basic profile #6

Open beatgammit opened 10 years ago

beatgammit commented 10 years ago

It looks like this supports WAMPv1, which has been deprecated.

The spec for the new version can be found here. The WAMPv2 basic profile provides the same feature set as WAMPv1 plus a little. Just supporting this would probably be enough to make the library usable again.

Emasoft commented 9 years ago

Any update on this?

kureta commented 8 years ago

Latest commit was more than a year ago so I tried to make this compatible with wamp.2.json protocol. You can check out my fork and suggest improvements.

Disclaimer: I didn't even know that there was a language called dart until today. So my code might be messy.