All Projects → Pylons → Waitress

Pylons / Waitress

Licence: other
Waitress - A WSGI server for Python 2 and 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Waitress

Drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Stars: ✭ 6,567 (+616.92%)
Mutual labels:  http-server
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+613.21%)
Mutual labels:  http-server
Linda
Minimal, multi-threaded HTTP/1.1 server written in Rust
Stars: ✭ 16 (-98.25%)
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 (-27.95%)
Mutual labels:  http-server
Restinio
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
Stars: ✭ 694 (-24.24%)
Mutual labels:  http-server
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (-12.77%)
Mutual labels:  http-server
Monkey
Monkey HTTP Server
Stars: ✭ 543 (-40.72%)
Mutual labels:  http-server
Http static
File serving using tower web
Stars: ✭ 18 (-98.03%)
Mutual labels:  http-server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (-21.4%)
Mutual labels:  http-server
Webmachine Ruby
Webmachine, the HTTP toolkit (in Ruby)
Stars: ✭ 832 (-9.17%)
Mutual labels:  http-server
Takes
True Object-Oriented Java Web Framework
Stars: ✭ 670 (-26.86%)
Mutual labels:  http-server
Zaver
Yet another fast and efficient HTTP server
Stars: ✭ 673 (-26.53%)
Mutual labels:  http-server
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 (-12.45%)
Mutual labels:  http-server
Swoft
🚀 PHP Microservice Full Coroutine Framework
Stars: ✭ 5,420 (+491.7%)
Mutual labels:  http-server
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-98.03%)
Mutual labels:  http-server
Poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Stars: ✭ 5,762 (+529.04%)
Mutual labels:  http-server
Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+617.47%)
Mutual labels:  http-server
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (-2.29%)
Mutual labels:  http-server
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-98.03%)
Mutual labels:  http-server
Httpserver
Python 3 implementation of an HTTP server
Stars: ✭ 5 (-99.45%)
Mutual labels:  http-server

Waitress

.. image:: https://img.shields.io/pypi/v/waitress.svg :target: https://pypi.org/project/waitress/ :alt: latest version of waitress on PyPI

.. image:: https://github.com/Pylons/waitress/workflows/Build%20and%20test/badge.svg :target: https://github.com/Pylons/waitress/actions?query=workflow%3A%22Build+and+test%22

.. image:: https://readthedocs.org/projects/waitress/badge/?version=master :target: https://docs.pylonsproject.org/projects/waitress/en/master :alt: master Documentation Status

.. image:: https://img.shields.io/badge/irc-freenode-blue.svg :target: https://webchat.freenode.net/?channels=pyramid :alt: IRC Freenode

Waitress is a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 3.6+. It is also known to run on PyPy (version 3.6 compatible) on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the "docs" directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/

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].