README
bsServer
bsServer is a nodejs module for create a battleShip server usin socket.io
Geting started
simply install bsServer with npm like this
npm install --save bsserver
Once installed you can use it by calling require('bsserver')
Dependencies
Soon
Example
Soon