129 releases (65 breaking)
Uses new Rust 2024
new 0.70.0 | Apr 15, 2025 |
---|---|
0.68.1 | Apr 15, 2025 |
0.49.0 | Mar 31, 2025 |
#102 in Network programming
6,766 downloads per month
225KB
349 lines
hyperlane-quick-start

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, and TCP communication, making it ideal for building modern web services. Additionally, it provides support for request and response middleware, WebSocket, and Server-Sent Events (SSE), enabling flexible and efficient real-time communication.
Api Docs
Official Documentation
Run
start
cargo run
started in background
cargo run -- -d
stop
cargo run stop
restart
cargo run restart
restarted in background
cargo run restart -d
Performance
Appreciate
If you feel that hyperlane
is helpful to you, feel free to donate.


LICENSE
This project is licensed under the MIT LICENSE. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Contact
For any inquiries, please reach out to the author at ltpp-universe root@ltpp.vip.
Dependencies
~18–25MB
~507K SLoC