nickel.rs is a simple and lightweight foundation for web applications written in Rust.
Its API is inspired by the popular express framework for JavaScript.
This is free and open source software.
Key Features
- Flexible routing – routes can be as simple as /foo, use parameters, wildcards or even double wildcards.
- Middleware – are the extensibility points of nickel. Batteries included! A bunch of existing Middleware comes right with nickel.
- JSON handling – makes it easy to map JSON data right onto your struct.
- Custom error handler – by default nickel catches all errors with its default ErrorHandler and tries to take reasonable actions. In cases where one wants to provide an own ErrorHandler (e.g. for custom 404 pages), it’s trivial to write one.
- Easy templating – supports defining templates with mustache.rs. All you need is to create the template.
Website: nickel-org.github.io
Support: GitHub Code Repository
Developer: Christoph Burgdorf
License: MIT License
nickel is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Rust Web Frameworks | |
|---|---|
| axum | Ergonomic and modular web framework |
| warp | Composable, web server framework |
| hyper | Protective and efficient HTTP library |
| Loco | Web or API framework for Rust |
| Gotham | Flexible web framework that promotes stability, safety, security and speed |
| Rocket | Async web framework focusing on usability, security, extensibility, and speed. |
| Poem | Full-featured and easy-to-use web framework |
| ntex | Framework for composable network services |
| Trillium | Modular toolkit for building async web applications |
| zino | Next-generation framework for composable applications |
| Iron | Extensible, concurrency focused web development |
| Viz | Fast, robust, flexible, lightweight web framework |
| Xitca-Web | HTTP library and web framework |
| Thruster | Fast, middleware based, web framework |
| nickel | Simple and lightweight foundation for web applications |
| Graphul | Express inspired web framework |
| Roa | Async web framework inspired by koa, lightweight but powerful |
| Ohkami | Intuitive and declarative web framework |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

