Supranim – Just a Bloody Web Framework Written in Nim
Supranim is a web framework designed for creating REST APIs and web applications using Nim. It features a Model View Controller structure, built-in ORM, and support for WebSockets. The framework is modular and easy to extend, making it suitable for various web development needs.
- ▪Supranim is built on top of Libevent for fast and modern web development.
- ▪It includes features like easy routing, middleware support, and a templating engine.
- ▪The framework supports PostgreSQL, with plans for MySQL and SQLite in the future.
Opening excerpt (first ~120 words) tap to expand
A simple web framework for creating REST APIs and beautiful web apps., a Model View Controller structure and other cool things. Key features Fast, modern and simple to use. Built-in ORM supporting PostgreSQL (with plans for MySQL and SQLite) Middleware support for handling requests and responses Easy routing with support for parameters and wildcards Service Providers for wrapping and managing external services Built-in support for sessions and cookies Support for WebSockets for real-time communication. Ready-to-use templating engine for rendering HTML. Modular architecture for easy extension and customization. About Supranim is a web framework built on top of Libevent, designed to be fast, modern and simple to use.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.