pHOServer: HTTP server without configuration based on Node.js

Recommend this page to a friend!
  Info   View files Documentation   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 74 All time: 467 This week: 3Up
Version License JavaScript version Categories
phoserver 1.0MIT/X Consortium ...5Networking, Node.js, Web services
Description Author

This package implements a HTTP server without configuration based on Node.js.

It can start listening to HTTP requests on a given port.

The package will serve requests for static files in the current directory when the server is started.

Simple and lite Dev HTTP server made with Node.js that doesn't require any configuration.

Ideal to test or show (make a demonstration) of a static Web project.

Innovation Award
JavaScript Programming Innovation award nominee
August 2016
Number 2
Node.js comes with a built-in Web server module. It can handle dynamic requests using callback handlers that execute JavaScript to process different types of Web request events.

This package provides a simplification of the use of the Web server module, so it can handle requests for static files in a directory without further configuration.

Manuel Lemos
Picture of Pierre-Henry Soria
Name: Pierre-Henry Soria <contact>
Classes: 4 packages by
Country: United Kingdom
Age: 32
All time rank: 232 in United Kingdom
Week rank: 6 Up1 in United Kingdom Up
Innovation award
Innovation award
Nominee: 3x

Details

pHOServer - Simple and Lite Dev HTTP Server

Overview

Simple and lite Dev HTTP server made with Node.js that doesn't require any configuration.

Ideal to test or show (make a demonstration) of a static Web project.

Usage

Just run pHOServer.js with node.js ($ node pHOServer.js 8000) in the current directory where you have your main HTML files (such as index.html).

Please note that it is just a very simple HTTP-Server for development usage only and cannot be for production usage.

History

Historically, I made this very simple HTTP server in order to show a demonstration of a HTML5 Phaser game I did.

Fun

If you are a nerd, you can/should do something very cool! It's using my Web Browser (pHNavigo) for requesting the contents from this Web server (pHOServer).

Requirement

Node.js installed (version 6 would be the best..)

Author

Made with lots of ? by Pierre-Henry Soria

Contact

Feel free to shoot me an email at hi {{ AT }} ph7 {{ D0T }} me

License

MIT License

  Files folder image Files  
File Role Description
Accessible without login HTML file index.html Data Auxiliary data
Plain text file pHOServer.js Class Class source
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Image file thumb.png Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:74
This week:0
All time:467
This week:3Up
User Comments (1)