My very first semi-serious project in NodeJS: Multiplayer Chess game.
https://thawing-wave-3281.herokuapp.com/
- Play chess with your friend
- Support rooms: enter any room name (or append
#roomname
to URL) to create new room for you and your friend.
> npm install
> node server.js
Application run at https://localhost:5000