项目作者: incessantmeraki

项目描述 :
tiny modular web-framework
高级语言: JavaScript
项目地址: git://github.com/incessantmeraki/modular-webserver.git
创建时间: 2017-03-09T00:17:55Z
项目社区:https://github.com/incessantmeraki/modular-webserver

开源协议:

下载


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

  1. $ npm install
  2. $ node index.js

License

MIT