[PR #828] [CLOSED] Adding Japronto: a screaming-fast, scalable, asynchronous Python 3.5+ web micro-framework #2844

Closed
opened 2026-04-15 09:09:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/828
Author: @yeisonvargasf
Created: 2/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • b7b6244 Adding Japronto: screaming-fast, scalable, asynchronous Python 3.5+ web micro-framework.
  • a06e8de Fixing Japronto description.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Japronto (from Portuguese "já pronto" /ˈʒa pɾõtu/ meaning "already done") is a screaming-fast, scalable, asynchronous Python 3.5+ web micro-framework integrated with pipelining HTTP server based on uvloop and picohttpparser.

Features:

  • HTTP 1.x implementation with support for chunked uploads.

  • Full support for HTTP pipelining.

  • Keep-alive connections with configurable reaper.

  • Support for synchronous and asynchronous views.

  • Master-multiworker model based on forking.

  • Support for code reloading on changes.

  • Simple routing.

What's the difference between this Python project and similar ones?

  • Performance (1214440 Req/Sec).

alt Performance

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/828 **Author:** [@yeisonvargasf](https://github.com/yeisonvargasf) **Created:** 2/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b7b6244`](https://github.com/vinta/awesome-python/commit/b7b624457125cf69f43f74d6065a03f3393c32e7) Adding Japronto: screaming-fast, scalable, asynchronous Python 3.5+ web micro-framework. - [`a06e8de`](https://github.com/vinta/awesome-python/commit/a06e8de12b6faaf3ac974fc9f47b87df07374e2b) Fixing Japronto description. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Japronto (from Portuguese "já pronto" /ˈʒa pɾõtu/ meaning "already done") is a screaming-fast, scalable, asynchronous Python 3.5+ web micro-framework integrated with pipelining HTTP server based on uvloop and picohttpparser. Features: - HTTP 1.x implementation with support for chunked uploads. - Full support for HTTP pipelining. - Keep-alive connections with configurable reaper. - Support for synchronous and asynchronous views. - Master-multiworker model based on forking. - Support for code reloading on changes. - Simple routing. ## What's the difference between this Python project and similar ones? - Performance (1214440 Req/Sec). ![alt Performance](https://github.com/squeaky-pl/japronto/raw/master/benchmarks/results.png "Japronto 0.1") Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:09:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2844