Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@


# SimpleHttpServerJS / Multi-Directors Http Server (mdhs)

SimpleHttpServerJS is a simple and multiple directors http server, sometimes you need a simple http server to export some files in different folders, you can use this to do that.
Expand All@@ -9,7 +11,7 @@ SimpleHttpServerJS is a simple and multiple directors http server, sometimes you

SimpleHttpServerJS uses a number of open source projects to work properly:

* [node.js] - Let javascript run on server side. (v0.12 and v4.21 later)
* [node.js] - Let javascript run on server side. (v0.12+ or v4.x or later)
* [minimist] - Help to parse program arguments.
* [mime-types] - Help to set correct mime types.

Expand DownExpand Up@@ -94,5 +96,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.