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

Allow non-browser clients #11

Open stevenroose opened 8 years ago

stevenroose commented 8 years ago

Currently the wamp_client library imports dart:html, assuming that all clients would be browsers.

However, regular VM-running processes or f.e. Flutter apps can be clients as well.