Crates.io | tiny-web |
lib.rs | tiny-web |
version | 0.6.0 |
source | src |
created_at | 2023-05-23 21:26:30.271707 |
updated_at | 2024-10-08 08:28:17.057315 |
description | 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. |
homepage | |
repository | https://github.com/tryteex/tiny-web |
max_upload_size | |
id | 872354 |
size | 591,679 |
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.
Short documentation for the library is https://github.com/tryteex/tiny-web/blob/main/doc/Index.md.
Note
For security reasons, this library must be located behind the Primary web server, for example, under Nginx.
This library works only with FastCGI, SCGI, UWSGI (modifier1=0) and HTTP protocols.
This library works with Postgresql or MS Sql Server databases.
Please be aware that this library is not yet stable. Some components may change, however, the main interface for interacting with the application will remain finalized. The functionality will only be expanded. We are planning to create a stable version with the release of version 0.6.
If you'd like to contribute to tiny-web, check out our repository https://github.com/tryteex/tiny-web.
This project is licensed under the MIT License - see the LICENSE file for details.