Skip to content

cedced19/fast-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Http

Build Status NPM version

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

Contributors 2

  •  
  •