8 lines
274 B
Markdown
8 lines
274 B
Markdown
# node-telnet-client
|
|
|
|
To be used with HTDev BBS Server for encrypted communication and extended functionality.
|
|
|
|
It has zero dependencies itself so to run a copy locally, just run it with `node index.js`
|
|
|
|
To build the application, run `npm install` and then `npm run build`.
|