lobby2/README.md
2024-12-08 02:30:07 +01:00

5 lines
404 B
Markdown

# 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.