tiny-web
is a tiny async library (backend web server) that allows you to write a Laravel-style or Django-style backend in Rust language.
Add tiny-web
to your Cargo.toml
dependencies:
toml
[dependencies]
tiny-web = "0.4.0"
Just enter the following code to start the server
rust
tiny_web::run();
A commercial website will be created soon. The project can still be viewed on https://github.com/tryteex/tiny-shop.
The tiny-web
library depends on a number of other packages. A full list can be found in the Cargo.toml file.
If you'd like to contribute to tiny-web, check out our repository on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.