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
My objective is to create a socket connection using express on a separate endpoint (/status).
I have explored using namespace and path, but i couldnt get a proper working solution.
Only after i trigger the api http://localhost:3000/status does the socket start working
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My objective is to create a socket connection using express on a separate endpoint (/status).
I have explored using namespace and path, but i couldnt get a proper working solution.
Only after i trigger the api http://localhost:3000/status does the socket start working
Frontend (Client)
Server
Server router
Controller
Beta Was this translation helpful? Give feedback.
All reactions