I am using it with hono, but i think that is irrelevant for this issue. The problem is that i want to assosiate the connection with a session from the handshake. I might be doing this in a stupid way.
├── backend/ # COMPLETE - Node.js + Express.js + Socket.IO (95%) │ ├── server.js # Main API server with WebSocket support │ ├── routes/ # Authentication and API routes │ ├── socket/ # Real-time Socket ...