Second version of Rosti's service discovery
Find a file
Adam Štrauch a5c7a5fea7
Some checks failed
Tests / test (push) Successful in 12s
Build and release / test (release) Failing after 0s
Release pipeline
2024-12-08 12:22:35 +01:00
.gitea/workflows Release pipeline 2024-12-08 12:22:35 +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 Release pipeline 2024-12-08 12:22:35 +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.