A web server for serving static files
Project description
Overview
A web server for serving static files based on aiohttp.
Requirements
Python >= 3.5
Installation
You can install filecho from PyPI with:
$ pip install filecho
Usage
Run web server with:
$ filecho -d DIR -p PORT --prefix PREFIX
where DIR is the root directory of static files, PORT is the serving port, PREFIX is the prefix of the request path. The default serving port is 80.
By the way, you can view the help message for usage with:
$ filecho -h
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
filecho-0.1.6.tar.gz
(3.7 kB
view hashes)