An open API service indexing awesome lists of open source software.

https://github.com/salvo-rs/website


https://github.com/salvo-rs/website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

---
home: true
title: Home
heroImage: /images/logo-text.svg
heroText: null
actions:
- text: Get Started
link: /book/guide.html
type: primary
- text: Donate
link: /donate.html
type: secondary
features:
- title: Simplicity First
details: 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: Powerful Features
details: 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: Performance
details: Thanks to the performance advantages of Rust, you can write extremely high-performance server-side applications very easily.
- title: Chainable tree router
details: Chainable tree routing system let you write routing rules easily and chains. You can use regex to constraint parameters.
- title: Middlewares
details: Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.
- title: Stable after online
details: Rust's extremely secure mechanism allows you to have no worries after your website is online. You have more time to enjoy your life!
footer: MIT Licensed | Copyright © 2019-present Salvo Team
---

### Hello world!



@[code rust](../codes/hello/src/main.rs)




@[code toml](../codes/hello/Cargo.toml)