https://github.com/hyperlane-dev/hyperlane
A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication.
https://github.com/hyperlane-dev/hyperlane
Last synced: 4 months ago
JSON representation
A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication.
- Host: GitHub
- URL: https://github.com/hyperlane-dev/hyperlane
- Owner: hyperlane-dev
- License: mit
- Created: 2024-12-21T10:42:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-22T05:41:47.000Z (5 months ago)
- Last Synced: 2026-03-22T17:48:14.516Z (5 months ago)
- Language: Rust
- Homepage: https://docs.ltpp.vip/hyperlane/
- Size: 1.57 MB
- Stars: 115
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-rust - hyperlane-dev/hyperlane - A lightweight, high-performance, cross-platform Rust HTTP server library built on Tokio; built-in support for middleware, WebSocket, SSE, and raw TCP. [](https://github.com/hyperlane-dev/hyperlane/actions) (Applications / Web Servers)
- awesome-rust - hyperlane-dev/hyperlane - performance, cross-platform Rust HTTP server library built on Tokio with built-in support for middleware, WebSocket, SSE, and raw TCP. [](https://github.com/hyperlane-dev/hyperlane/actions) (Libraries / Web programming)
- awesome-rust - hyperlane-dev/hyperlane - A lightweight, high-performance, cross-platform Rust HTTP server library built on Tokio; built-in support for middleware, WebSocket, SSE, and raw TCP. [](https://github.com/hyperlane-dev/hyperlane/actions) (Applications / Web Servers)
- awesome-rust-with-stars - hyperlane-dev/hyperlane - performance, cross-platform Rust HTTP server library built on Tokio; built-in support for middleware, WebSocket, SSE, and raw TCP. | 2026-07-22 | (Applications / Web Servers)
README
## hyperlane

[](https://crates.io/crates/hyperlane)
[](https://img.shields.io/crates/d/hyperlane.svg)
[](https://docs.rs/hyperlane)
[](https://github.com/hyperlane-dev/hyperlane/actions?query=workflow:Rust)
[](./LICENSE)
[Official Documentation](https://docs.ltpp.vip/hyperlane/)
[Api Docs](https://docs.rs/hyperlane/latest/)
> A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication. With a unified and ergonomic API across Windows, Linux, and MacOS, it enables developers to build robust, scalable, and event-driven network applications with minimal overhead and maximum flexibility.
## Installation
To use this crate, you can run cmd:
```shell
cargo add hyperlane
```
## Quick start
- [hyperlane-quick-start git](https://github.com/hyperlane-dev/hyperlane-quick-start)
- [hyperlane-quick-start docs](https://docs.ltpp.vip/hyperlane/quick-start/)
```sh
git clone https://github.com/hyperlane-dev/hyperlane-quick-start.git
```
## License
This project is licensed under the MIT License. See the [LICENSE](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 [root@ltpp.vip](mailto:root@ltpp.vip).