-
Should be enough to add this to location:
```
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
```
-
Is there some hack how to start websockets endpoint on some path?
-
thanks for providing this image! is there any chance we can enable websockets support for this one?
-
### Feature Description
Apparently there is no support for SignalR
What I find is for WebSocket: https://stackoverflow.com/questions/72997533/k6-trigger-asp-net-core-server-function
Although the web…
-
Hey everybody,
it has been quite some time since my last activity. I'd like to propose a feature request: WebSockets support.
Communication over WebSockets is part of the official specification …
-
It appears that the proxy does not support web-sockets. Any plans to add that support?
Thanks for a great product!
-
Is there any plan to later support websockets protocol (in addition to just http)?
I've been trying to see more trace data on one of my servlets, but since websockets is a different protocol altogeth…
tai41 updated
7 years ago
-
So here's what I have been researching:
I need a way to run an http listener in .net and receive websocket connection. I specifically want to do this to use a .net application with a browser front…
pha3z updated
3 years ago
-
Right now SmartIrc4net only supports bare TCP sockets to connect to IRC servers but some IRCd implementations support WebSockets and thus SmartIrc4net should provide internally an abstraction that can…
-
Should we use https://github.com/sockjs/sockjs-node or the HTML5 API https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API ?