brandon-otoole / eng-board

A pen enabled whiteboard app for iPad and Surface Pro.
0 stars 0 forks source link

Switch away from Socket.io to basic ws #7

Open brandon-otoole opened 1 year ago

brandon-otoole commented 1 year ago

The app is working well enough, so this is not necessary. It is just a possible change in the future.

The reason for the change is that the app design is slightly contorted around using the Socket.io way of interacting. ws will add some complexity, and require implementing many features like reconnect.