Optimize-The-Drive / optimize-the-drive

0 stars 0 forks source link

Add Websocket support #42

Closed natedunn2230 closed 5 months ago

natedunn2230 commented 6 months ago

Authenticated users should be able make a ws upgrade request and subscribe to specific events.

Ideally we will use web sockets for awaiting trip generation results instead of short polling.

Use either websockets or SocketIO

natedunn2230 commented 6 months ago

Using Socket.IO