koa-ws icon indicating copy to clipboard operation
koa-ws copied to clipboard

Empower your koa.js application with realtime

Results 5 koa-ws issues
Sort by recently updated
recently updated
newest added

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