Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 298 Bytes

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