All Projects → thomwiggers → Httpserver

thomwiggers / Httpserver

Licence: bsd-3-clause
Python 3 implementation of an HTTP server

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Httpserver

Aiohttp
Asynchronous HTTP client/server framework for asyncio and Python
Stars: ✭ 11,972 (+239340%)
Mutual labels:  asyncio, http-server
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (+40%)
Mutual labels:  asyncio, http-server
Quart
Official mirror of https://gitlab.com/pgjones/quart
Stars: ✭ 872 (+17340%)
Mutual labels:  asyncio, http-server
Pulsar
Event driven concurrent framework for Python
Stars: ✭ 1,867 (+37240%)
Mutual labels:  asyncio, http-server
Hypercorn
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
Stars: ✭ 193 (+3760%)
Mutual labels:  asyncio, http-server
stream video server
demonstrates how to create video streaming server with the help of aiohttp and opencv
Stars: ✭ 15 (+200%)
Mutual labels:  http-server, asyncio
waspy
WASP framework for Python
Stars: ✭ 43 (+760%)
Mutual labels:  http-server, asyncio
Uvicorn
The lightning-fast ASGI server. 🦄
Stars: ✭ 4,676 (+93420%)
Mutual labels:  asyncio, http-server
Takes
True Object-Oriented Java Web Framework
Stars: ✭ 670 (+13300%)
Mutual labels:  http-server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+14300%)
Mutual labels:  http-server
Swiftengine
Apple Swift based HTTP server. The answer for a Swift based, turn key, crash resilient, high scale, and production grade web server.
Stars: ✭ 660 (+13100%)
Mutual labels:  http-server
Hbmqtt
MQTT client/broker using Python asynchronous I/O
Stars: ✭ 667 (+13240%)
Mutual labels:  asyncio
Fastapi Users
Ready-to-use and customizable users management for FastAPI
Stars: ✭ 713 (+14160%)
Mutual labels:  asyncio
Hivemind
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.
Stars: ✭ 661 (+13120%)
Mutual labels:  asyncio
Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+131340%)
Mutual labels:  http-server
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+12760%)
Mutual labels:  asyncio
Emmett
The web framework for inventors
Stars: ✭ 647 (+12840%)
Mutual labels:  asyncio
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+15940%)
Mutual labels:  http-server
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (+15460%)
Mutual labels:  asyncio
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (+13740%)
Mutual labels:  asyncio

=============================== Asyncio HTTP Server

.. image:: https://img.shields.io/travis/thomwiggers/httpserver.svg :target: https://travis-ci.org/thomwiggers/httpserver

.. image:: https://img.shields.io/pypi/v/httpserver.svg :target: https://pypi.python.org/pypi/httpserver

Python 3.4 asyncio implementation of an HTTP server

Features

  • Supports HTTP/1.1
  • Supports Keep-Alive
  • Serve a specific hostname only
  • Bind to an ip address
  • Uses asyncio
  • Installs an 'httpserver' command
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].