Skip to content
Nexios

Nexios Framework

High-performance, easy to learn, and built for modern web applications.

Get Started

Why Choose Nexios?

๐Ÿš€ High Performance

Optimized for speed and efficiency, handling thousands of requests per second.

๐Ÿ› ๏ธ Easy to Use

Minimal setup, clear syntax, and developer-friendly documentation.

๐ŸŒ Scalable

Designed to grow with your application, from small projects to enterprise solutions.

Nexios vs Other Frameworks

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

Stay Connected

Create and activate a virtual environment, then install Nexios.

  1. Create and Activate a Virtual Environment

Before installing Nexios, it's recommended to use a virtual environment to keep dependencies isolated.

On Windows (CMD or PowerShell):

python -m venv venv
venv\Scripts\activate

On macOS/Linux (Terminal):

python3 -m venv venv
source venv/bin/activate
  1. Install Nexios

Once the virtual environment is active, install Nexios using pip:

pip install nexios-api

  1. Verify Installation

Check if Nexios is installed correctly by running:

nexios
if nexios is installed the current version will be displayed