Ben Chuanlong Du's Blog

It is never too late to learn.

Rust Backend Frameworks for Rest APIs

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

axum

axum Ergonomic and modular web framework built with Tokio, Tower, and Hyper axum is a web application framework that focuses on ergonomics and modularity.

Actix

Actix Web is a powerful …

Web Automation

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Selenium

Selenium is a great web automation tool!

Here are official Docker images for selenium.

playwright

Node.js library to automate Chromium, Firefox and WebKit with a single API https://playwright …

Rust for Frontend Development

Leptos

Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.

Dioxus

Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.

Sycamore

Sycamore is a reactive library for creating web apps in Rust and WebAssembly.

yewstack/yew

seed

Seed is a front-end Rust framework for creating fast and reliable web apps with an elm-like architecture.