isnode-mod-daemon
v0.1.1
Published
ISNode Daemon Module
Downloads
1
Readme
ISNode Daemon Module
Introduction
This is just a module for the ISNode Framework. To learn how to use the framework, we strongly suggest obtaining a copy of the Hello World example.
The Daemon module is responsible for running the ISNode application server as a background service (or system daemon). It is dependent on the CLI module (and relevent command-line parameters) to provide services. There are no system configuration parameters that affect how this module operates. Services that are supported include:
- Starting the application server as a system daemon
- Stopping an application server that is running as a system daemon
- Checking the status of an application server that may or may not be currently running as a system daemon
Methods
The Daemon Module exposes no methods that can be used by other modules or services.