Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 836 Bytes

File metadata and controls

14 lines (10 loc) · 836 Bytes

This project contains the server-side of my external Bitburner GUI, which allows the ingame connector and the viewer to connect to each other.

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.