marcusholmgren / reimagined-dollop

Rust web frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust web frameworks

License:MIT License


Languages

Language:Rust 83.0%Language:HTML 17.0%