-
Notifications
You must be signed in to change notification settings - Fork 0
Simulations and Socket.IO
Morris Raycroft edited this page Dec 15, 2021
·
10 revisions
When a facilitator enters the administration panel or a player joins the game page for a simulation, they will initially be connected to the server's Socket.IO instance. Socket.IO is a library that is used to handle real-time bi-directional communication, which we use to provide the interactive experience for players and administrators.
wip