#request-response #response #request #tcp #redirect #http-request #http-server

app 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, TCP communication, and redirection features, making it ideal for building modern web services.

68 releases (28 breaking)

new 0.31.1 Mar 14, 2025
0.30.1 Mar 13, 2025

#101 in Network programming

Download history 635/week @ 2025-02-07 1650/week @ 2025-02-14 1491/week @ 2025-02-21 1513/week @ 2025-02-28 1583/week @ 2025-03-07

6,473 downloads per month

MIT license

225KB
341 lines

hyperlane-quick-start

English | 简体中文

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

~16–24MB
~487K SLoC