@zimjs/socket-server
v1.0.2
Published
ZIM Socket Server for ZIM Socket Client @zimjs/socket - ZIM is a JavaScript Canvas Framework
Downloads
1
Maintainers
Readme
ZIM Socket Server is a multiuser server for the ZIM JavaScript Canvas Framework at https://zimjs.com. The server works with ZIM Socket available on NPM at @zimjs/socket.
// Go to the index.js and uncomment the app.use(express.static('public'))
// In the terminal (CTRL `), run the app using: npm run or node index
// Then view the index.html file at http://localhost:7010/
// open up another tab at http://localhost:7010/
// press somewhere on the stage and the circle on both pages will go there