Skip to content

Nexios is a modern, high-performance ASGI framework for building async web applications in Python. It combines the simplicity of Express.js with Python's async capabilities to create a powerful, developer-friendly web framework.

Notifications You must be signed in to change notification settings

nexios-labs/Nexios

Repository files navigation

:


Nexios – The Future of Python Frameworks!

Nexios Logo

🌟 The lightweight, blazing-fast Python framework you've been waiting for!

GitHub stars
PyPI Downloads
Documentation

⚡ What is Nexios?

Think FastAPI meets Express.js but with its own swagger! Nexios is a modern Python framework designed to help you build, deploy, and scale applications effortlessly.

Super lightweight – No unnecessary bloat!
Crazy fast 🚀 – Like, seriously!
Insanely flexible – Works with any ORM.
Multiple authentication types – Because security matters!

🛠 Installation

pip install nexios

🚀 Quick Start

1️⃣ Create a New Nexios Project

nexios create
cd <myapp>

2️⃣ Follow the Instructions

The CLI will guide you through setting up your project structure.

3️⃣ Expand

nexios run --reload

4️⃣ Run Your App

from nexios import get_application
app = get_application()
@app.get("/users")
async def get_users(request,response):
    return response.json({"users": ["Alice", "Bob"]})

🤯 Nexios vs. The World

Feature Nexios 🚀 FastAPI ⚡ Django 🏗 Flask 🍶
Speed ⚡⚡⚡⚡⚡ ⚡⚡⚡⚡ ⚡⚡ ⚡⚡⚡
Ease of Use ✅✅✅✅✅ ✅✅✅✅ ✅✅✅ ✅✅✅✅
ORM Support Any! SQLAlchemy Django ORM SQLAlchemy
Async Support ❌ (Django 4.1+ has partial)
Authentication
Built-in Admin Panel Coming Soon
Best For APIs & Full Apps APIs Full-stack Web Apps Small Apps

📖 Read the Full Documentation

👉 https://github.com/nexios-labs/Nexios

⭐ Star Nexios on GitHub!

If you love Nexios, show some ❤️ by starring the repo!

🔗 GitHub Repo


About

Nexios is a modern, high-performance ASGI framework for building async web applications in Python. It combines the simplicity of Express.js with Python's async capabilities to create a powerful, developer-friendly web framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages