[PR #1099] [MERGED] added Vibora, fast, efficient and asynchronous Web framework #985

Closed
opened 2025-11-06 13:06:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1099
Author: @fwiech
Created: 8/2/2018
Status: Merged
Merged: 8/2/2018
Merged by: @vinta

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is the Vibora project?

Vibora is a Web framework and was designed from scratch to be efficient.

Just like Flask

Vibora APIs were heavily inspired by the awesome Flask.
Builtin features were also based on many famous libraries as jinja2, marshmallow, websockets by aaugustin, werkzeug and many others.

Schemas validation, template engine, sessions and many more features were written from scratch to provide great performance along with an elegant async interface.

Asynchronous

Vibora is fully asynchronous because web APIs are often IO based and that's exactly where an async architecture shines.

Vibora also take advantage of multiple CPU cores by default thanks to the multi-processed architecture. Uvloop and other C speed-ups are used when available.

Source

--

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/1099 **Author:** [@fwiech](https://github.com/fwiech) **Created:** 8/2/2018 **Status:** ✅ Merged **Merged:** 8/2/2018 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1b22a95`](https://github.com/vinta/awesome-python/commit/1b22a95653b29a77b332cda99e97e5cf1934c4cb) added Vibora ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is the Vibora project? Vibora is a Web framework and was designed from scratch to be efficient. ### Just like Flask Vibora APIs were heavily inspired by the awesome Flask. Builtin features were also based on many famous libraries as jinja2, marshmallow, websockets by aaugustin, werkzeug and many others. Schemas validation, template engine, sessions and many more features were written from scratch to provide great performance along with an elegant async interface. ### Asynchronous Vibora is fully asynchronous because web APIs are often IO based and that's exactly where an async architecture shines. Vibora also take advantage of multiple CPU cores by default thanks to the multi-processed architecture. Uvloop and other C speed-ups are used when available. [Source](https://vibora.io/) -- 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 2025-11-06 13:06:48 -06: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#985