awesome-compose/react-rust-postgres/backend/readme.md
Jérémie Drouet a13fabe604
refacto(react-rust-postgres): replace rocket by actix-web (#153)
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2021-07-06 18:00:16 +01:00

5 lines
189 B
Markdown

# Backend
This backend is made with Rust using [actix-web](https://actix.rs/) as a web server and [deadpool-postgres](https://crates.io/crates/deadpool-postgres) as a connection manager.