Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadeesha/lunudehi

A lightweight node web server service serving static files.
https://github.com/nadeesha/lunudehi

Last synced: 4 days ago
JSON representation

A lightweight node web server service serving static files.

Awesome Lists containing this project

README

        

lunudehi
========

A lightweight node web server service serving static files. Built on top of [Angular Seed](https://github.com/angular/angular-seed)'s node server to disable directory browsing and enable default files for a directory root.

installation
============

Copy the files to your server's directory and:
`node web-server.js`

configuration
=============

Default file for dir root and default port can be set with `DEFAULT_FILE` and `DEFAULT_PORT` respectively.