hoster

0.0.1 • Public • Published

Hoster travis

What is that?

Hoster is a simple modular Host Controller. It can be used to get data like network usage, cpu and ram stats and many other things. You can also use it to control the host its running on.

Install

$ npm install hoster

Commands

You can find documentation about all commands at the docs page

Usage

You can find usage instructions under https://github.com/GamingCoder/hoster/tree/master/docs
Or go to:

Client(1) vs. Server(0)-Mode

Client

    • Connect to centralized Server
        • Easy to administrate
        • Single Point of Failure
        • Insecure: Same Password for all clients

Server

    • Secure: Random Password
        • Secure
        • You have to store password on external Server

Module-List

/hoster/

    Package Sidebar

    Install

    npm i hoster

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • gamingcoder