[PR #2994] [CLOSED] Add Project-Nebula - Fast ASGI micro-framework, written in Python and Cython #15987

Closed
opened 2026-05-02 08:14:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2994
Author: @amogus-gggy
Created: 3/26/2026
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 README.md (+2 -0)

📄 Description

Project

Project-Nebula

Checklist

  • One project per PR
  • PR title format: Add project-name
  • Entry format: * [project-name](url) - Description ending with period.
  • Description is concise and short

Why This Project Is Awesome

Which criterion does it meet? (pick one)

  • Industry Standard - The go-to tool for a specific use case
  • Rising Star - 5000+ stars in < 2 years, significant adoption
  • Hidden Gem - Exceptional quality, solves niche problems elegantly

Explain:

How It Differs

Project-Nebula - Fast async ASGI framework, written in Python 3.10+ and Cython from scratch, with amazing performance, and support of WebSockets and Middlewares. The main feature is performance, which most of the time outperforms frameworks like fastapi, starlette, and stands in the same level as some other web frameworks, powered by Rust(in a lot of benchmarks, with 1 worker limit)

If similar entries exist, what makes this one unique?

Amazing performance, created with only python, and in one part cython, and custom optimizations(like our future feature, gc optimizations, or zero-copy router)


🔄 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/2994 **Author:** [@amogus-gggy](https://github.com/amogus-gggy) **Created:** 3/26/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a016e28`](https://github.com/vinta/awesome-python/commit/a016e28b59723c370227eea16817a8fffd54a306) Update README.md ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## Project [Project-Nebula](https://github.com/amogus-gggy/project-nebula) ## Checklist - [x] One project per PR - [x] PR title format: `Add project-name` - [x] Entry format: `* [project-name](url) - Description ending with period.` - [x] Description is concise and short ## Why This Project Is Awesome Which criterion does it meet? (pick one) - [x] **Industry Standard** - The go-to tool for a specific use case - [ ] **Rising Star** - 5000+ stars in < 2 years, significant adoption - [ ] **Hidden Gem** - Exceptional quality, solves niche problems elegantly Explain: ## How It Differs Project-Nebula - Fast async ASGI framework, written in Python 3.10+ and Cython from scratch, with amazing performance, and support of WebSockets and Middlewares. The main feature is performance, which most of the time outperforms frameworks like fastapi, starlette, and stands in the same level as some other web frameworks, powered by Rust(in a lot of benchmarks, with 1 worker limit) If similar entries exist, what makes this one unique? Amazing performance, created with only python, and in one part cython, and custom optimizations(like our future feature, gc optimizations, or zero-copy router) --- <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-05-02 08:14:11 -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#15987