#Hoster ##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
-
- Connect to centralized Server
###Server
-
- Secure: Random Password
-
- Secure
-
- You have to store password on external Server
-
- Secure: Random Password
##Module-List