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 installTo run the server just use the command:
npm startor
node server.jsTo test make sure the server is running then run either:
npm testor
node client.js