Last updated

This is Supranim — A full-stack web framework built on top of Libevent, designed to provide a fast, modern, and flexible development experience for building web applications in Nim language.

🔗Key features

Let's start with a quick overview of the key features that make Supranim a great choice for building web applications:

  • Fast, modern and flexible full-stack web framework
  • Built on top of Libevent, providing high performance and scalability
  • Built-in support for WebSockets, REST APIs, and server-side rendering
  • Model-View-Controller (MVC) architecture for organized and maintainable code
  • Integrated ORM for database management
  • Middleware support for handling requests and responses
  • Service Provider system for managing application services and dependencies
  • Starter Kits to help you get started quickly

🔗Getting Started

To get started with Supranim, go through the Installation Guide to set up your development environment. Also, check the Dependencies page to see the required libraries and tools for running Supranim.

Once you have Supranim installed, you can create a new project using the CLI tool, Supra, and start building your application right away.