filecho

A web server for serving static files


License
Apache-2.0
Install
pip install filecho==0.1.3

Documentation

filecho

Overview

A web server for serving static files based on aiohttp.

Requirements

Installation

You can install filecho from PyPI with:

$ pip install filecho

Usage

Run web server with:

$ filecho -d DIR -p PORT

where DIR is the root directory of static files, PORT is the serving port. The default serving port is 80 without setting -p.

By the way, you can view the help message for usage with:

$ filecho -h