-
As much as a totally love the websockets solution - it might be better to use a standard ajax proxy, that way the browser cache could be utilised (as well as the node/redis one)
-
This work has just started and it's currently developed in the `feature/50-chargepoint-impl` branch
-
**Is your feature request related to a problem? Please describe.**
WebSockets are expensive. Browsers allow only a few of them per domain. If I want to split my stores up and synchronize them with …
-
I don't see much in the documentation regarding websockets.
Is it possible to create web sockets with cppcms?
-
In order to build out the multiplayer capability,
We need the backend to respect our frontend auth token
And respect our development spoofed tokens when running in dev
So future development relate…
-
Currently websockets stay open indefinitely as long as the underlying TCP connection stays alive, this is a DoS vector since there's a limit to how many websockets we will serve. We should close inact…
-
-
Now that you're updating prices, it's a good time to implement a websocket endpoint, which sends updated prices to subscribers.
e.g.
Endpoint: ```ws://localhost:8000/prices```
Response: ```{data: {…
-
### What's not working?
"In a Redwood.js application, how can I implement real-time updates using WebSockets without relying on third-party libraries? Is there a built-in way to handle WebSocket conn…
-
## Checklist
- [ x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client-dotnet/issues?q=is%3Aissue).
- [ x] I've searched the project's [`discussions`](http…