title |
details |
Simplicity First |
With only basic knowledge of Rust, you can write a powerful and efficient server comparable to the development speed of some Go web server frameworks. |
|
title |
details |
Powerful Features |
Although it is simple, it is still powerful, with built-in Multipart, OpenAPI,HTTP2/3, LetsEncrypt, extract data from request, etc., which can meet the needs of most business scenarios. |
|
title |
details |
Performance |
Thanks to the performance advantages of Rust, you can write extremely high-performance server-side applications very easily. |
|
title |
details |
Chainable tree router |
Chainable tree routing system let you write routing rules easily and chains. You can use regex to constraint parameters. |
|
title |
details |
Middlewares |
Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site. |
|
title |
details |
Stable after online |
Rust's extremely secure mechanism allows you to have no worries after your website is online. You have more time to enjoy your life! |
|