-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-specif…
-
I ran my own signal server:
(base) marco@pc01:~/webMatters/vueMatters/GGC/node_modules/@geut/discovery-swarm-webrtc/bin$ ./index.js
discovery-signal-webrtc running on 4000
and in Disc…
-
https://github.com/novnc/noVNC/blob/master/docs/EMBEDDING.md
-
Some things I am interested in doing:
- Running the proxy in a Node.JS process
- Allowing arbitrary transport to the proxy (websocket, any other two-way link like WebRTC)
-
Websockets are probably not the best technology to use for LiveMap. We don't send any data back from the client so, SSE is looking more promising.
Plus, if we start to use SSE's we can take advantage…
-
I use a proxy service (CloudFlare) that does not support websockets. A workaround is to have a separate address for the websockets (such as ws.myapp.com), that is not behind the proxy. I tested this c…
-
We use Nginx as a reverse proxy to websocket.
nginx.conf
```
proxy_pass http://unix:/path/to/file.sock:/;
```
nodejs code
```
var httpServer = http.createServer( httpHandler );
fs = require('fs')…
-
Failure when proxying websocket upgrade sent by Firefox:
```
17:39:24.012 [vert.x-eventloop-thread-0] ERROR io.vertx.core.net.impl.ConnectionBase - Invalid object AdaptivePoolingAllocator$Adaptive…
-
### Describe the problem
### Related Issue/Discussion
- Closes https://github.com/sveltejs/kit/discussions/4339#discussioncomment-10830952
- Closes https://github.com/sveltejs/kit/issues/9160
- …
-
## Symptom
Every after exactly **1 exactly** minute of inactivity, the WebSocket gets disconnected like this:
![image](https://user-images.githubusercontent.com/11826985/73604463-271bce00-45cc-11e…