Second version of Rosti's service discovery
Find a file
Adam Štrauch ec78765e4f
All checks were successful
Tests / test (push) Successful in 11s
Fix tests
2024-12-08 18:08:34 +01:00
.gitea/workflows Release fix 2024-12-08 18:03:00 +01:00
.vscode Initial commit 2024-12-08 02:30:07 +01:00
api Initial commit 2024-12-08 02:30:07 +01:00
cli Initial commit 2024-12-08 02:30:07 +01:00
docs Initial commit 2024-12-08 02:30:07 +01:00
nodes Fix tests 2024-12-08 18:08:34 +01:00
refresher Initial commit 2024-12-08 02:30:07 +01:00
.gitignore Initial commit 2024-12-08 02:30:07 +01:00
go.mod Initial commit 2024-12-08 02:30:07 +01:00
go.sum Initial commit 2024-12-08 02:30:07 +01:00
README.md Initial commit 2024-12-08 02:30:07 +01:00
Taskfile.yml Automated release 2024-12-08 17:30:36 +01: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.