1.0.0 • Published 1 year ago

stagehands-backend v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

🌉 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