Skip to content

eyetheekh/localserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localserver

A simple python HTTP local file server, inspired from Blade Runner 2049 aesthetics. Blade Runner Inspired Theme

Why?

python -m http.server didn't have RGB :)

Installation

Available on TestPyPI for now:

pip install -i https://test.pypi.org/simple/ localserver

Usage

Run the server:

localserver

by default, it will listen on 0.0.0.0:8000

You can also specify host and port:

localserver -b <host> -p <port>

Known Issues

  • File responses can sometimes be slow.
  • keep-alive connections.

About

A HTTP filesystem server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages