Simple and small modular web framework
It uses following modules
- nodejs core http module for server
- routes module for routing
- ecstatic to serve static fies
- yo-yo and hyperstream for templating
There are three files:
- index.js : main file
- routes.js : routing and view part handle
- ./public : static contents like html page
$ npm install
$ node index.js
MIT