Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 483 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 483 Bytes

Bastet Node

This is a collection of tools for interacting with Bastet via nodejs

Installation

To install dependancies make sure you have a recent version of Node.js installed and ru the following in a terminal

npm install

Running

To run the server just use the command:

npm start

or

node server.js

Testing

To test make sure the server is running then run either:

npm test

or

node client.js