@bitburner-monorepo

The Bitburner repository to end all Bitburner repositories. Hopefully.

View on GitHub

@bitburner-monorepo/ws-update-server

This project contains the server-side of my WebSockets-based automatic script editor.

Build Instructions

  1. Make sure that all the usage prerequisites listed in the main repository’s README.md are fulfilled.
  2. Run the command nx run ws-stats-server:build.

That’s it. All the files needed to use this project should now exist in the dist/ws-stats-server folder in the base directory of this repository.

Usage Instructions

  1. Ensure you’ve built the project first.
  2. Run the command nx run ws-stats-server:listen

The WebSockets Stats Server should now be running.