-
Can already be used with nightly images
-
The previous Rack adapter for Reel supported WebSockets through the `reel.websocket` environment variable.
Should `reel-rack` support WebSockets? Is a Rack environment variable the way to go? Or shou…
-
Do you manage to add a WebSockets monitoring in addition to the Ajax monitoring ?
Maybe a proxy in front of the browser websockets API is necessary. Anyway, a «send again the websockets messages» fea…
-
```
Many HTML5 sites now use websockets for data transport and websockets are just
upgraded HTTP connections.
```
Original issue reported on code.google.com by `b...@atmaildot.com` on 29 Dec 2012 at…
-
This _should_ be straightforward, the library that betwixt is using (`http-proxy`) has websocket support that _looks_ easy to add. It might be challenging though to fit that code into the current code…
-
Hello,
this is just an idea, as HTTP and TCP are both already supported in this project.
Afaik a WebSocket connection starts out as HTTP, a handshake occurs and the protocol is changed to TCP. One c…
-
We need a way to support websockets.
For `httpaf` we can use this to upgrade the connection: https://github.com/anmonteiro/httpaf/blob/fork/lib/httpaf.mli#L640.
For `h2` we can just take the TCP c…
-
-
```
Many HTML5 sites now use websockets for data transport and websockets are just
upgraded HTTP connections.
```
Original issue reported on code.google.com by `b...@atmaildot.com` on 29 Dec 2012 at…
-
```
Many HTML5 sites now use websockets for data transport and websockets are just
upgraded HTTP connections.
```
Original issue reported on code.google.com by `b...@atmaildot.com` on 29 Dec 2012 at…