Skip to content

abhineet97/webrtc-chess

Repository files navigation

WebRTC Chess

Chess moves travelling through WebRTC.

Build Instructions

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.

License

MIT © Abhineet Tamrakar