jsbattle-server

3.7.1 • Public • Published

JsBattle - Internal package

This is an internal package of JsBattle. See jsbattle package for more info.

Documentation

Full documentation of JsBattle is available here.

Usage

let jsbattle = require('./jsbattle-server.js');

let gateway = new jsbattle.Gateway();
gateway.init({
  data: './',
  webroot: './',
  host: 'localhost',
  port: '8181',
  loglevel: 'info'
})
.then(() => gateway.start())
.catch(console.error);

Readme

Keywords

none

Package Sidebar

Install

npm i jsbattle-server

Weekly Downloads

7

Version

3.7.1

License

MIT

Unpacked Size

1.91 MB

Total Files

230

Last publish

Collaborators

  • jamropl