koa-ws
koa-ws copied to clipboard
Empower your koa.js application with realtime
in `client.js`, `Client.prototype.onMessage`, the argument is `e`, so this method would be: ``` js Client.prototype.onMessage = function (e) { protocol.apply(this, [debug, this.socket, e.data]); }; ``` Maybe I missed something?
Hi, The default client available at /koaws.js isn't loading in the browser due to the require statements included. It looks like the client code needs to be browserified. The browser...
Please add demo application