Skip to content

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.

License

Notifications You must be signed in to change notification settings

hyperlane-dev/hyperlane-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperlane-quick-start

English | 简体中文

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.

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

WeChat Pay

Alipay

License

This project is licensed under the MIT License. For more details, please see the license file.

Contributing

Contributions are welcome! Please submit an issue or create a pull request.

Contact

If you have any questions, please contact the author: [email protected].

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published