-
Hi!
I would like use your library but I don't know how to send a message and a event.
Here is an example of a method in my server:
io.sockets.on('connection', function(socket){
socket.on('deleteE…
-
Hello! How to subscribe websocket channel?
-
Hi, Since 1.0.0 unsolicited pong messages sent from a client result in the ws channel disconnection. This is clearly a bug because it violates the [RFC 6455](https://tools.ietf.org/html/rfc6455#page-…
-
[RFC 6455 section 5.1](https://tools.ietf.org/html/rfc6455#section-5.1) says that:
> The server MUST close the connection upon receiving a frame that is not masked.
This doesn't happen in current ve…
-
```
Messages Per Second: 36573
Messages Per Second: 30378
Messages Per Second: 11427
Messages Per Second: 11300
Messages Per Second: 10564
Messages Per Second: 9807
Messages Per Second: 9691
Messages …
-
FireFox can't connect to Perfect WebSocket Server. Tested Firefox Version is 45.0.1, other version might be the same.
Because Firefox send the request with `Connection` header `keep-alive, Upgrade`, n…
-
Brief Description: Fresh installation 1.15.
Getting "Connection failed to default— authentication failed"
and then
"Connection failed to default— too many failed authentication attempts" message.
Op…
-
Hey, I'm not sure what's going on here of if this is even really an acorn issue, but I'm getting this logged in my build output when trying to build a bundle via webpack:
```
ERROR in ./~/websocket/p…
-
Getting such error on communication with server. Seems related to network issues (response form server is > 200msec). Connection is established but data from server is not returned via web socket. Wro…
-
`ws`: The fastest RFC-6455 WebSocket implementation for Node.js. http://einaros.github.com/ws
The link is 404 now, should change to http://websockets.github.io/ws/ .