Rocket web framework icon
Rocket web framework icon

Rocket web framework

 Like this app

Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety. Rocket aims to be fast, easy, and flexible while offering guaranteed safety and security...

Rocket web framework screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Rust

Rocket web framework News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Rocket web framework information

  • Developed by

    Sergio Benitez
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  24,821 Stars
  •  1,585 Forks
  •  61 Open Issues
  •   Updated Dec 2, 2024 
View on GitHub

Our users have written 0 comments and reviews about Rocket web framework, and it has gotten 0 likes

Rocket web framework was added to AlternativeTo by David on Jun 5, 2019 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Rocket web framework?

Rocket is a web framework for Rust icon Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety. Rocket aims to be fast, easy, and flexible while offering guaranteed safety and security where it can. Importantly, Rocket also aims to be fun, and it accomplishes this by ensuring that you write as little code as needed to accomplish your task.

FEATURES

  • Rocket makes templating a breeze with built-in templating support.
  • View, add, or remove cookies, with or without encryption, without hassle.
  • Rocket streams all incoming and outgoing data, so size isn't a concern.
  • Configure your application your way for development, staging, and production.
  • Unit test your applications with ease using the built-in testing library.
  • Rocket typechecks route URIs for you so you never mistype a URI again.

Official Links