lobby2/README.md

6 lines
404 B
Markdown
Raw Permalink Normal View History

2024-12-08 01:30:07 +00:00
# Lobby 2 - simple service discovery
This is second version of my Lobby projects that doesn't require NATS. All clients uses single service discovery server that keeps track of their presence.
Each instance, except its liveness can share labels which describe what's hosted on this instance and that can used by others instances for various things. There is also a simple KV store for additional info.