-
I have a google Playn game client the seems to only support Hybi-14 DRAFT.
I originally implemented websocket-sharp as my server implementation only to find out it was not letting the client connect. …
-
I was having some issues getting SocketRocket to work with my chosen websocket server library, and when I traced the problem it turned out that the server was crashing on an unhandled error code. It l…
-
hello, is Fleck support rfc 6455?
-
Hi,
First, great work and thank you for sharing!
With the latest Safari 7.0.6 I still can't open a websocket connection, can you confirm?
Thanks
Jérôme
-
Is it safe to exposing client's `socket.id` like `6McPaSWV2iFXZT0IoLRa` to the others?
because I'm writing a chat server/app, and I want to implement `One-to-One` message-sending or admin-operations …
ETiV updated
10 years ago
-
The (formerly undocumented) 'destroy buffer size' configuration option is a very sensible one. This option, applied to the HTTP-based transports prevents clients from sending very large messages and …
-
I have used an older version libwebsockets for some time, but was forced to upgrade to properly communicate with an RFC 6455 implementation, as well as getting all the improvements in the newer libweb…
-
![ws install issue](https://cloud.githubusercontent.com/assets/43744/5432659/534b1f62-843e-11e4-8470-b0a41aa93bbe.PNG)
```
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli …
HansS updated
9 years ago
-
`src/connection.c#Request_is_websocket()` returns false for incoming upgrade requests from IE10 and IE11.
After dumping the upgrade requests for Chrome, Firefox, and IE10 & IE11 with wireshark I figu…
-
If you don't have a text to put in the introduction. You might want to use this as base.
The WebSocket protocol was standardized to enable efficient bidirectional messaging mainly for browsers. Howev…