/modular-webserver

tiny modular web-framework

Primary LanguageJavaScript

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