You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
The queue front-end communicates with the back-end by connecting a socket using the socket.io Javascript library.
When the queue page is served to the client, a connection with the backend queue server is established on localhost:3000.
The front-end will then communicate queue joins with the back-end, which will update the queues for each of the connected front-end clients respectively.
The communication standard is documented on this page.