Development Tools

nickel – simple and lightweight foundation for web applications

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
axumErgonomic and modular web framework
warpComposable, web server framework
hyperProtective and efficient HTTP library
LocoWeb or API framework for Rust
GothamFlexible web framework that promotes stability, safety, security and speed
RocketAsync web framework focusing on usability, security, extensibility, and speed.
PoemFull-featured and easy-to-use web framework
ntexFramework for composable network services
TrilliumModular toolkit for building async web applications
zinoNext-generation framework for composable applications
IronExtensible, concurrency focused web development
VizFast, robust, flexible, lightweight web framework
Xitca-WebHTTP library and web framework
ThrusterFast, middleware based, web framework
nickelSimple and lightweight foundation for web applications
GraphulExpress inspired web framework
RoaAsync web framework inspired by koa, lightweight but powerful
OhkamiIntuitive and declarative web framework

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments