项目作者: abhineet97

项目描述 :
Chess moves travelling through WebRTC
高级语言: JavaScript
项目地址: git://github.com/abhineet97/webrtc-chess.git
创建时间: 2016-05-29T07:50:04Z
项目社区:https://github.com/abhineet97/webrtc-chess

开源协议:MIT License

下载


WebRTC Chess

Chess moves travelling through WebRTC.

Build Instructions

Server

Install Go and then:

  1. # cd to the project directory
  2. $ cd webrtc-chess
  3. # Build server binary
  4. $ go build

Client

Install Node.js and then:

  1. # Install dependencies.
  2. $ npm install
  3. # Build
  4. $ npm run build

Start the app:

  1. $ ./webrtc-chess

and then navigate to http://localhost:8080.

License

MIT © Abhineet Tamrakar