japronto
HTTP toolkit
A high-performance HTTP toolkit with pipelining support for scaling and speed optimization
Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
9k stars
343 watching
580 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,727 |
kevin1024/vcrpy | Automates mocking of HTTP interactions to simplify and speed up testing | 2,726 |
hugapi/hug | A Python framework for building simple and efficient APIs | 6,864 |
fastapi/fastapi | A modern Python framework for building high-performance RESTful APIs | 78,676 |
darrenburns/posting | A terminal-based HTTP client with advanced features and customizable workflows | 6,317 |
joaoventura/full-speed-python | A comprehensive guide to learning Python through practical exercises and projects | 4,066 |
microsoft/playwright-python | A Python library to automate Chromium, Firefox and WebKit browsers with a single API | 12,045 |
locustio/locust | An open source tool for writing and running load tests in plain Python to evaluate performance under heavy loads | 25,231 |
valyala/fasthttp | High-performance HTTP implementation for Go with optimized memory usage | 22,015 |
pyrogram/pyrogram | An asynchronous framework for building Telegram API clients in Python. | 4,444 |
httpie/cli | A command-line HTTP client with an expressive syntax and features to interact with web services | 34,188 |
pyston/pyston | A performance-enhancing Python compiler that improves language execution speed and compatibility | 2,500 |
miguelgrinberg/python-socketio | A Python implementation of the Socket.IO real-time communication protocol for building scalable web applications | 4,043 |
ipkn/crow | A C++ micro web framework for building fast and easy-to-use web applications. | 7,494 |
pyinfra-dev/pyinfra | A tool that transforms Python code into shell commands to manage and deploy infrastructure across various environments such as servers, Docker containers, and local machines. | 3,966 |