1.0.4 • Published 3 years ago

neuthserver v1.0.4

Weekly downloads
10
License
ISC
Repository
-
Last release
3 years ago

neuthserver: Server for the Neuth RAT.

Getting Started

Setting up the server

Setting up the server is super simple - Heres the code

const neuthServer = require('neuthserver');

neuthServer.startServer(); // Starts the server at port 3896

Documentation

startServer(options)

  • options {Object}
    • nuethServerPort {Number} The port where to bind the server. Default: 3896 (Ex: 80)
    • nuethServerPath {String} Accept only connections matching this path. Default: Root
1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago