0.1.7 • Published 10 years ago

giskard v0.1.7

Weekly downloads
22
License
-
Repository
github
Last release
10 years ago

Giskard

A simple nodejs http server used to serve static files. The ideas is to implement a web server using just Node Core, including domains, cluster and streams. Right know it just has some of the initial versión with some features like cluster and domains, but expect some updates in the near future with more.

To begin just require sinxelo, instantitate and start with a config path

var Giskard = require("Giskard");

var giskard = new Giskard();
giskard.start("config.json");

The config file is where your settings are defined. Right now it just has a couple of things:

KeyDefaultDescription
path'./app'Path to the root directory where is all the static content
port8080Port where the http is going to start listening for requests
workersautoNumbers of workers ot spawn, auto for one per cpu
debugobjectDebugging related stuff, its used to dbebug with node inspector
0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago