/gobang

A toy application

Primary LanguageCoffeeScript

五子棋

This is a web game based on Node.js

Install

curl http://npmjs.org/install.sh | sh # if you aleady installed npm, skip it. npm install express socket.io ejs supervisor

Run up

supervisor -p app.js // development, then it auto-load source code after you changed files. node app.js // production