alexwohlbruck / covalent

Internet connected lamps! For my senior capstone project💡⚛️🎓
https://alex.wohlbruck.com/project/covalent
2 stars 0 forks source link

Create protocol for websocket communication #20

Closed alexwohlbruck closed 2 years ago

alexwohlbruck commented 2 years ago

Since I can't use Socket.io, I need to design my own system for tracking socket connections and sessions. Each session should be connected to a user ID or device ID, and the server should be able to publish an update to a particular user using these IDs. The clients should attempt to reconnect automatically should the connection be dropped.