-
The most reliable way to support streaming (including bidi) to web clients is RFC6455 websockets. Go has a rich implementation for websockets and grpc-gateway should enable grpc streaming endpoints wi…
-
My current implementation sends updates to connected clients when events occur on the server:
### Update format:
#### For a create:
``` json
{
"data": {
"type": "organization",
"id": "500"
…
-
Since API for inter-window communications is fairly similar to the one of WebSocket and DataChannels (send() instead of postMessage(), and both answering on 'message' events) it would be a simple and …
-
Happy new year everyone.
The topic of support for websocket traffic inspection has been brought up before:
https://github.com/facebook/flipper/issues/960
https://github.com/facebook/flipper/issue…
-
I'm running mosquitto 2.0.18 on a Mac - installed with `brew install mosquitto`
It has the following configuration file
```
listener 1883
protocol mqtt
listener 9012
protocol websockets
htt…
-
**Issue by [kbrandwijk](https://github.com/kbrandwijk)**
_Saturday Jul 15, 2017 at 21:06 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/310_
----
Right now, only subscription…
-
### next-on-pages environment related information
```
System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.1.0: Mon Sep 30 00:10:31 PDT 2024; root:xnu-…
-
Hi @USAMAWIZARD
We want to be able to support secure comms. for A/V streams and it *looks* like the librws only supports basic websockets (might be wrong here). If so then I might want to have a l…
-
**Is your feature request related to a problem? Please describe.**
No, would just be a nice extra :)
**Describe the solution you'd like**
It would be cool to have websockets to get notifications …
-
Provide a mechanism by which API invocations (e.g. to a Whisk action) may be triggered by a message to a websocket.
The basic approach could be something like:
- Client attempts to make a websocke…