Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.29 KB

Rust Nickel Web App Example

Northflank

Deploy this Rust Nickel app easily with Northflank:

  • Clone this repository
  • Select the repository in Northflank when creating a new service
  • Expose port 6767
  • Wait for the app to build and visit the newly assigned URL. That's it!

Live Demo

https://example--rust-nickel--examples--nort-kcwl.code.run/

About Rust

Rust

Rust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional.

About Nickel.rs

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.