Announcing Actix Web v4.0

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

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

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

    The migration guide contains explanations and diffs showing how to update. It is worth reading at least the items marked with a warning emoji because these show behavioral changes and will not surface compiler errors. Changelogs for actix-http and actix-web contain the complete, exhaustive list (~400 entries) of changes.

  • ics-proxy

    A calendar proxy application that allows keeping the calendar URL stable while changing the target URL.

    Just updated my small web application (ics proxy).

  • 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.

  • hyper

    An HTTP library for Rust (by hyperium)

    With servers, it might only be required for the builder API. hyper has a single-threaded example, and glommio (a !Send executor) uses hyper::server::conn::Http for allowing its !Send futures to work with hyper example.

  • glommio

    Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.

    With servers, it might only be required for the builder API. hyper has a single-threaded example, and glommio (a !Send executor) uses hyper::server::conn::Http for allowing its !Send futures to work with hyper example.

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