Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 476 Bytes

threejs-sockets

To see the code in action you need to boot up using node:

What you should see, is the client code animating a 3d box. The rotation values are sent to the server, the server then broadcasts the new rotation values to the other clients, who update accordingly