Skip to content
/ Rust-Starter Public template

Get started building your first Rust web application with this template repository

Notifications You must be signed in to change notification settings

BBato/Rust-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Get started building your first Rust web application with this template repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published