Second version of Rosti's service discovery
Find a file
Adam Štrauch 3d77945981
All checks were successful
Test Project / test (push) Successful in 51s
Add workflow for testing
2024-12-08 02:48:48 +01:00
.gitea/workflows Add workflow for testing 2024-12-08 02:48:48 +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 Add workflow for testing 2024-12-08 02:48:48 +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 Add workflow for testing 2024-12-08 02:48:48 +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.