Using socket.io, I implemented multiplayer networking function!
The basic architecture is that server broadcast state object which is requested by a specific user and Clients connected with the server listen to response from server. Then, Update their states inside each own application.
Reference
Greate tutorial : @simondev758
Chat GPT
Socket.io official documentation(especially API tabs)
6 Comments