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
Hello, I have some server side code including sockets.io server compoent that should run in the background. Currently it runs outside as a separate process, but as it's integral to the react app, I would like to host it in same process, listening to a URI (e.g. /socket.io/). I don't want it to be proxied through as in this guide.
Is there a canonical create-react-app way to achieve this?
The text was updated successfully, but these errors were encountered:
Pretty sure that running in a separate process and connecting either directly or through the proxy is the canonical create-react-app way. It sounds like it's working for you, what's wrong?
Is this a bug report?
No
Hello, I have some server side code including sockets.io server compoent that should run in the background. Currently it runs outside as a separate process, but as it's integral to the react app, I would like to host it in same process, listening to a URI (e.g. /socket.io/). I don't want it to be proxied through as in this guide.
Is there a canonical create-react-app way to achieve this?
The text was updated successfully, but these errors were encountered: