NodeJS-based server software, which I made due to need of dynamic port mapping.
| config | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| ws-client.js | ||
World Wide Node
NodeJS-based server software, which I made due to need of dynamic port mapping.
Installation with PNPM
pnpm inode src/server.js
Configuring
For WWN we have two files: config.json and hostconfig.json.
I've set _ objects after each value, that is the description. You can leave them as-is, or delete, it doesnt matter.
Using Config WebSocket
CWS supports two JSONs as of right now:
{"command":""}- Execute a command. (currconf,prevconf,reload){"config":""}- Update current config (also saves a backup, will get voided on full relaunch.)