$ git clone https://github.com/Fresh4Less/mazenet.git
$ cd mazenet
$ npm install
$ npm start
# command line arguments go after --
$ npm start -- --logLevel=none
Highest level the access logger should print to stdout (in JSON form). Thrown errors will always be printed to stderr, regardless of this value.
Allowed values:
info
error
none
It can be useful to set this to none
while debugging.
Mazenet server has HTTP and websocket APIs Current API: v1
Add your changes to a new branch. Don't forget to write unit tests. When your branch is ready, make a pull request.
MIT License