Getting no logs from Socket.IO's on connection – Reactjs
I'm trying to emit upon any socket.io event, but haven't been able to. I have a react app with frontend and backend, socket.io installed on the backend and socket.io-client on the frontend. I have a socketServer.js: const registerSocketServer = (server)…