n158
v1.4.1
Published
A framework to manage servers and daemons
Readme
N158
An easy way to handle HTTP servers and daemons with NodeJS
To setup a base project just install the CLI command
sudo npm install --global n158Then initialize the project
n158 init --name myprojectSources of the example server will be inside src/processes/server
