5 lines
404 B
Markdown
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.
|