Skip to content

Latest commit

 

History

History

ws-stats-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.