bsserver

BatleShip module for nodejs

Usage no npm install needed!

<script type="module">
  import bsserver from 'https://cdn.skypack.dev/bsserver';
</script>

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