stagehands-backend
v1.0.0
Published
## Features - Maintains preset information and stage boundaries - Host a [socket.io](http://socket.io/) server to facilitate communication between bots and web clients - Bots use it to get information about stage boundaries and location of other bots
Downloads
1
Readme
🌉 Bridge
Features
- Maintains preset information and stage boundaries
- Host a socket.io server to facilitate communication between bots and web clients
- Bots use it to get information about stage boundaries and location of other bots
- Web clients use it to send commands to save and recall presets
Implementation guide
Installation
Make sure you are within the "./bridge" subdirectory
cd bridge
The bridge also uses node, you can install the dependencies with:
npm install
Usage
During development, run the following to run your code, and automatically re-run it if any code was changed:
npm dev
To create a production ready version:
npm build
To create a production ready version and run it:
npm start