Overview
Explore the comparison between Deta.Space and Shuttle.rs in this conference talk from Conf42 Rustlang 2023. Dive into the specifics of deploying Rust applications using both platforms, including spacefile configurations, Cargo.toml setups, and port number handling. Learn about custom crates for Axum and Actix-web frameworks, shared features between the platforms, and their unique offerings. Analyze quantitative differences, decision-making factors, and gain insights to help choose the most suitable platform for your Rust projects. Conclude with a comprehensive summary of the key points discussed throughout the presentation.
Syllabus
Intro
preamble
disclaimers
overview
- spacefile with defaults glibc
- spacefile with musl target
- cargo.toml
- getting the port number
- cargo.toml for axum
- custom crates for axum
- cargo.toml for actix-web,
- custom crates for actix-web
shared features
deta.space features
shuttle.rs features
quantitative & other differences
choosing between them
summary
Taught by
Conf42