sateffen / nodgine

The nodgine is a small framework for creating fast webservices. The main focuses are speed and easiness.
MIT License
0 stars 0 forks source link

Nodine as terminal application #21

Closed sateffen closed 10 years ago

sateffen commented 10 years ago

The nodgine should be usable from the commandline to start a json file, just like:

nodgine server.json

sateffen commented 10 years ago

You can do this by adding

"bin" : { "npm" : "./cli.js" }

to the package.json

sateffen commented 10 years ago

The first version will just be able to load a JSON configuration, nothing to much more. This basic version is now included with the last commit. Now I need to write a unittest to cover this, and I need to comment the code itself.

sateffen commented 10 years ago

I think this is done in a basic way. The rest will get get done with the next releases