-
It's not obvious how to deal with Pow sessions and WebSockets. There are a few caveats to using WebSockets since browsers don't enforce CORS. Also, Phoenix LiveView won't run subsequent requests throu…
-
Should we use https://github.com/sockjs/sockjs-node or the HTML5 API https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API ?
-
Originally reported on Google Code with ID 4960
```
http://dev.w3.org/html5/websockets/
```
Reported by `jieryn` on 2010-05-21 17:27:58
-
Websockets are an important part of the HTML5 spec, even without them many sites long-poll or even worse rapid succession of gets. I feel it's to benefit tor2web being able to pass websockets.
I'm…
-
Hi,
I'm working on Minko (https://github.com/aerys/minko). We're building a cross-platform 3D/VR engine. We're targeting Windows, OSX, Linux, iOS, Android and HTML5 with a single C++11 code base.
And…
-
I've previously built a situational awareness app that provided a HTTP and WebSockets server for provisioning HTML apps to web browsers. It also provided a HTTP restful server for MarkLogic alerts to …
-
add a plugin supporting the server side for the web sockets protocol.
Ideally, but optionally, I could implement a client-side javascript library that either communicates to the browser's native WebS…
-
Hi,
please consider adding ability to add custom headers for handshake.
In [RFC6455 ](https://tools.ietf.org/html/rfc6455#section-4.1) there one interesting point:
> The request MAY include an…
Misiu updated
1 month ago
-
How about adding a electron application as a (debug) runtime for html5, like kode is doing it for vscode?
This would make some things a lot easier:
- No need for a local web server
- Live reload if…
-
I would like it to be possible to serve server sent events (SSE) in plumber. I have been trying to write event-streams using plumber, but have found that whilst I can get the "open" event to fire,…