How to create a Full Stack Rust App with Yew and Actix - Part 2: Docker

Опубликовано: 15 Июнь 2026
на канале: Dario
2,999
101

The template:
https://github.com/security-union/yew...

I created a Docker + Actix + Yew template so that you can create full stack applications with rustlang!

The feature that I like the most if that the frontend and backend share a strongly typed API backed by RUST structs that are send back and forth using JSON!!

0:08 What we will build
0:19 Life before Docker
6:08 Add docker to our Yew Actix Template