Releases: Leesneaks/nodejs-botserver
Releases · Leesneaks/nodejs-botserver
BotServer with Web UI
This release introduces a modular architecture for the BotServer. Modules now auto-load from the /modules directory with isolated dependency handling.
Features include:
- WebSocket server
- Optional real-time HTTP web UI
- Optional logging to logs/output.log
- Drag-and-drop module support
- Auto-install of missing dependencies
v1.0.0 - Legacy Monolith Version
This is the final monolithic version of the Node.js WebSocket server before the major refactor into a modular architecture with http stats page.