What is the way to use a router with Hyper/Tokio?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • hyper-router

    Simple routing middleware for rust HTTP library hyper.

  • Rocket

    A web framework for Rust.

  • Considering you're new to Rust, I'd suggest checking out something like rocket or actix-web since you're likely to find more features and documentation. From what I know, hyper is more of a HTTP library than a web "framework".

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  • Considering you're new to Rust, I'd suggest checking out something like rocket or actix-web since you're likely to find more features and documentation. From what I know, hyper is more of a HTTP library than a web "framework".

  • routerify

    A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs

  • https://github.com/routerify/routerify is an easy to use router built on Hyper.

  • warp

    A super-easy, composable, web server framework for warp speeds. (by seanmonstar)

  • With tokio, you may want to use something like warp (which uses hyper underneath).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts