mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 20:11:41 -05:00
[PR #1099] [MERGED] added Vibora, fast, efficient and asynchronous Web framework #985
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
1b22a95added Vibora📊 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.