Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 679 Bytes

Modular Web Server

Simple and small modular web framework

It uses following modules

Usage

Structure

There are three files:

  • index.js : main file
  • routes.js : routing and view part handle
  • ./public : static contents like html page

Installation

$ npm install
$ node index.js

License

MIT