Skip to content

A utility tool that aims to facilitate the creation of a http server with the content of a directory

Notifications You must be signed in to change notification settings

sylvainfilteau/quick-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

quick-public is a tool aiming to facilitate the creation of a HTTP server with the content of a directory.

The primary use is when you want to test quickly an html page doing some ajax stuff, you need to run the page over HTTP. In the past, I created a Vhost on Apache and setup permissions to let the webserver see files on my home directory. But no more ! All I have to do is :

node path/to/quick-public

and browse to localhost:3000.

Requirements

You need to install node.js, express and jade.

History

The history of the project is almost inexistant... but I can explain how it started.

I wanted to learn nodejs since I really like coding in javascript. I installed nodejs and expressjs and started to read documentation over the internet.

Then, I copied a sample code from the expressjs documentation and started the project with that.

About

A utility tool that aims to facilitate the creation of a http server with the content of a directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published