Skip to content

Releases: Leesneaks/nodejs-botserver

BotServer with Web UI

14 May 23:46

Choose a tag to compare

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

14 May 20:15

Choose a tag to compare

This is the final monolithic version of the Node.js WebSocket server before the major refactor into a modular architecture with http stats page.