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
The socket module is where all actions conntected to the sockets will go through.
Example: If a user adds a shape to the canvas, that shape should go through this socket module only.
Socket module will do the following:
Take in a request from different parts of the room code
Validate request and permissions -> send the request to the sockets
The text was updated successfully, but these errors were encountered:
The socket module is where all actions conntected to the sockets will go through.
Example: If a user adds a shape to the canvas, that shape should go through this socket module only.
Socket module will do the following:
The text was updated successfully, but these errors were encountered: