InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Examples Alternatives
Similar projects and alternatives to examples
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
-
-
tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
-
jelly-actix-web-starter
Discontinued A starter template for actix-web projects that feels very Django-esque. Avoid the boring stuff and move faster.
-
-
-
actix-auth
Discontinued A truly simple illustration of basic authorisation using actix-web and MongoDB.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
examples discussion
examples reviews and mentions
-
Rusty Backends
Examples Repository
-
What does this function signature mean?
I was taking a look at: https://github.com/actix/examples/blob/master/forms/multipart/src/main.rs
-
Authentication system using rust (actix-web) and sveltekit - File upload to AWS S3, Profile Update
Using aws-sdk-s3 requires that tokio is installed. The above code was drafted from actix forms with multipart and s3 example with few modifications. There is a Client wrapper with two main endpoints: upload and delete_file. upload uses put_object_from_file to upload files to S3 and returns the uploaded files' URLs while delete_file deletes a file. We also created some type in backend/src/types/upload.rs:
-
Workspace shenanigans
I just figured it out. I had this: https://github.com/actix/examples/blob/master/databases/postgres/Cargo.toml as my toml, and somehow I removed the actix-web.workspace = true tag, but I didn't see the derive_more one. Removed it and that fixed it.
- Trying to learn by tutorials, for cannot find a single Actix/Diesel tutorial that actually compiles
-
Trying to work with Actix-web and struggling to serve css to multiple endpoints
It doesn't need to be in another directory, creating separate folder for static content is common practice, it makes your project organization more clear and minimizes errors with overlapping and over-complicated routes/paths. Take a look at folder structure of the example project found from actix-files repository: https://github.com/actix/examples/tree/master/basics/static-files, it's great starting point where you can start extending it for your own needs.
-
How do you work with Mongo?
There's an example of using MongoDB with actix-web here: https://github.com/actix/examples/tree/master/databases/mongodb
-
How do I implement TLS/SSL/HTTPS into an actix-web application?
Sorry for the late response. Here is an example of how I implemented it using axum and rustls, and there is a similar example for actix-web here. It looks like the actix-web example follows much the same process for parsing the key and cert files and creating the rustls server config so hopefully the tls module in my example can provide some help.
- How do I use actix-web to serve yew?
-
I'm new to authentication, please help.
As of now, I can register a new user by storing a username and hashed password, and then my login page is able to insert a user's ID into my Session per this example. The problem is that when I navigate from the login page after successfully inserting a new key, the Session doesn't persist to the next page.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 12 Jul 2025
Stats
actix/examples is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of examples is Rust.