#http-request #cross-platform #tcp #request-response #http-response

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, 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. Built with pure Rust and standard library, Hyperlane offers true cross-platform compatibility across Windows, Linux and macOS, with the same API experience on all platforms, powered by Tokio's async runtime for seamless networking without platform-specific dependencies.

146 releases (79 breaking)

Uses new Rust 2024

new 0.84.0 May 5, 2025
0.82.0 May 5, 2025
0.49.0 Mar 31, 2025

#116 in Network programming

Download history 56/week @ 2025-02-04 1603/week @ 2025-02-11 1644/week @ 2025-02-18 1499/week @ 2025-02-25 1667/week @ 2025-03-04 1388/week @ 2025-03-11 1432/week @ 2025-03-18 1087/week @ 2025-03-25 2299/week @ 2025-04-01 2219/week @ 2025-04-08 1048/week @ 2025-04-15 382/week @ 2025-04-22 70/week @ 2025-04-29

4,031 downloads per month

MIT license

230KB
459 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. Built with pure Rust and standard library, Hyperlane offers true cross-platform compatibility across Windows, Linux and macOS, with the same API experience on all platforms, powered by Tokio's async runtime for seamless networking without platform-specific dependencies.

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–26MB
~512K SLoC