This is a collection of tools for interacting with Bastet via nodejs
To install dependancies make sure you have a recent version of Node.js installed and ru the following in a terminal
npm install
To run the server just use the command:
npm start
or
node server.js
To test make sure the server is running then run either:
npm test
or
node client.js