/reimagined-dollop

Rust web frameworks

Primary LanguageRustMIT LicenseMIT

Rust web frameworks

This repository contains examples of web servers written in Rust using different web frameworks.

From the LinkedIn course by Akhil Sharma, Founder of Armur A.I

To run any of the servers, you need to have Rust installed. You can install Rust by following the instructions on the official website.

Structure

  • Simple web server - A simple web server that only uses the standard library.
  • Tide - A web framework that is designed to be simple and flexible.
  • warp - A super-easy, composable, web server framework for warp speeds.
  • Rocket - A web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety.
  • actix-web - A powerful, pragmatic, and extremely fast web framework for Rust.