All Projects → vickysam → ComplexHTTPServer

vickysam / ComplexHTTPServer

Licence: MIT license
ComplexHTTPServer - A Multithreaded Python SimpleHTTPServer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ComplexHTTPServer

simple http server
simple http server for upload and download
Stars: ✭ 101 (+172.97%)
Mutual labels:  http-server, simplehttpserver
finch-server
Some base classes and configuration used for making a server using finch
Stars: ✭ 23 (-37.84%)
Mutual labels:  http-server
minimal-http-server
Basic http server
Stars: ✭ 26 (-29.73%)
Mutual labels:  http-server
rawhttp
HTTP library to make it easy to deal with raw HTTP.
Stars: ✭ 156 (+321.62%)
Mutual labels:  http-server
snunit
Scala Native HTTP server based on NGINX Unit
Stars: ✭ 87 (+135.14%)
Mutual labels:  http-server
LightWebServer
Java web server using NIO, compatible with http1.1 and support simple MVC function.
Stars: ✭ 38 (+2.7%)
Mutual labels:  http-server
aqua
A minimal and fast 🏃 web framework for Deno
Stars: ✭ 219 (+491.89%)
Mutual labels:  http-server
tracetrout
A magical reverse traceroute HTTP(S) server
Stars: ✭ 48 (+29.73%)
Mutual labels:  http-server
gowebview
tool to build android apps with WebView from your golang http server; moved to gitlab.com/microo8/gowebview
Stars: ✭ 35 (-5.41%)
Mutual labels:  http-server
routy
Routy is a lightweight high performance HTTP request router for Racket
Stars: ✭ 20 (-45.95%)
Mutual labels:  http-server
fastglue
Fastglue is an opinionated, bare bones wrapper that glues together fasthttp and fasthttprouter to act as a micro HTTP framework.
Stars: ✭ 71 (+91.89%)
Mutual labels:  http-server
SQLiteQueryServer
Bulk query SQLite database over the network
Stars: ✭ 48 (+29.73%)
Mutual labels:  http-server
stirfry
StirFry is a self contained and lightweight web framework for nodejs
Stars: ✭ 24 (-35.14%)
Mutual labels:  http-server
python-simple-http-server
A super light way HTTP server written by python, support websocket and coroutine.
Stars: ✭ 26 (-29.73%)
Mutual labels:  http-server
PuppyProxy
A simple HTTP proxy in C# including support for HTTP CONNECT tunneling
Stars: ✭ 37 (+0%)
Mutual labels:  http-server
go-import-server
HTTP server for canonical "go get" import path
Stars: ✭ 29 (-21.62%)
Mutual labels:  http-server
vscode-open-in-default-browser
Open In Default Browser
Stars: ✭ 22 (-40.54%)
Mutual labels:  http-server
HTTP-Reverse-Shell
An HTTP Reverse Shell in Python
Stars: ✭ 48 (+29.73%)
Mutual labels:  http-server
Pyro-FileStreamBot
Stream Telegram files to web
Stars: ✭ 38 (+2.7%)
Mutual labels:  http-server
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-40.54%)
Mutual labels:  http-server

ComplexHTTPServer

ComplexHTTPServer is a Multithreaded Python SimpleHTTPServer.

GitHub license PyPI

Installation

Install from PyPI::

$ pip install ComplexHTTPServer

Install from Source::

$ python setup.py install

Usage

Basic usage::

$ python -m ComplexHTTPServer [PORT]

Default port is 8000

License

ComplexHTTPServer is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].