You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gamelife1314, thank you for this excellent question!
This project does indeed support using Connection: upgrade to support any kind of (custom) protocol over HTTP. Example 32 shows how this can be used with a custom "chat" protocol, but there's nothing that prevents this from being used with WebSockets.
If you want a pure WebSocket server, Ratchet is a good choice. I'm not sure if there's any project that supports running a normal HTTP server along with a WebSocket server on the same port, but I recall several people working on this.
I want to start a server that can handle http request and websocket request simultaneously by reacthttp.
Does anybody have any ideas to help me ?
The text was updated successfully, but these errors were encountered: