Chess moves travelling through WebRTC.
Server
Install Go and then:
# cd to the project directory
$ cd webrtc-chess
# Build server binary
$ go build
Client
Install Node.js and then:
# Install dependencies.
$ npm install
# Build
$ npm run build
Start the app:
$ ./webrtc-chess
and then navigate to http://localhost:8080.
MIT © Abhineet Tamrakar