devinvs / acf_rides

2 stars 0 forks source link

Use websockets for client updates #7

Open devinvs opened 2 years ago

devinvs commented 2 years ago

Currently the client polls the server for updates every 5 seconds. Use websockets to instantaneously alert a user when there is an update to an event that they are a part of.

devinvs commented 2 years ago

starting on this