https://github.com/ph-7/phoserver
:house: Simple and lite Dev HTTP server made with Node.js that doesn't require any configuration.
https://github.com/ph-7/phoserver
dev-server http-server node node-server nodejs nodejs-server server
Last synced: 10 months ago
JSON representation
:house: Simple and lite Dev HTTP server made with Node.js that doesn't require any configuration.
- Host: GitHub
- URL: https://github.com/ph-7/phoserver
- Owner: pH-7
- Created: 2016-06-25T18:23:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T11:58:40.000Z (over 8 years ago)
- Last Synced: 2025-04-09T20:05:52.844Z (10 months ago)
- Topics: dev-server, http-server, node, node-server, nodejs, nodejs-server, server
- Language: JavaScript
- Homepage: http://github.com/pH-7/pHOServer
- Size: 35.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pHOServer - Simple and Lite Dev HTTP Server
## Overview
Simple and lite Dev HTTP server made with [Node.js](https://nodejs.org) 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)](https://github.com/pH-7/pHNavigo) for requesting the contents from this [Web server (pHOServer)](https://github.com/pH-7/pHOServer).
## Requirement
**Node.js** installed (version 6 would be the best..)
## Author
Made with lots of ♥ by **[Pierre-Henry Soria](http://ph7.me)**
## Contact
Feel free to shoot me an email at `hi {{ AT }} ph7 {{ D0T }} me`
## License
[MIT License](http://opensource.org/licenses/mit-license.php)