Skip to content

Create a tiny web server which does not support the MVC pattern, for simple Node.js app.

License

Notifications You must be signed in to change notification settings

sinabs/fast-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Http

Build Status

Installation

npm install fast-http  --save

Usage

Create a tiny web server which does not support the MVC pattern,for simple Node.js app. Because I copy the same code in all my projects.

How to use

var fastHttp = require("fast-http"),
    port = 80;

httpServer = fastHttp(port);

About

Create a tiny web server which does not support the MVC pattern, for simple Node.js app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published