Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Rocket - A web framework for Rust

  • Share this:
post-title
Rocket is an async web framework for Rust with a focus on usability, security, extensibility, and speed. It helps to create and return potentially infinite async streams of data with ease, View, add, or remove cookies, with or without encryption, without hassle, It makes templating a breeze with built-in templating support, Rocket typechecks route URIs for you so you never mistype a URI again.

Rocket has first-class support for JSON, right out of the box. Simply derive Deserialize or Serialize to receive or return JSON, respectively. Handling forms is simple and easy. Simply derive FromForm for your structure and let Rocket know which parameter to use. Rocket parses and validates the form request, creates the structure, and calls your function.
https://rocket.rs
https://github.com/SergioBenitez/Rocket
License:
Tech: