1 unstable release

0.1.0 Aug 18, 2024

#614 in HTTP server

Download history 124/week @ 2024-08-12 31/week @ 2024-08-19

155 downloads per month

MIT license

37KB
788 lines

hydiscovery: Local service discovery and routing with hyper

crate Docs Build Status MIT licensed

This crate provides for internal service routing in services with many components. It is built on hyperdriver and hyper.


lib.rs:

HyDiscovery provides service discovery in-process via unix domain sockets and the filesystem.

This works well for running a collection of microservices on a single machine.

Dependencies

~6–13MB
~153K SLoC