@bitburner-monorepo/ws-stats-server
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
- Make sure that all the usage prerequisites listed in the main repository’s README.md are fulfilled.
- 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
- Ensure you’ve built the project first.
- Run the command
nx run ws-stats-server:listen
The WebSockets Stats Server should now be running.