https://github.com/5ht2b/heartbeat
A service to keep a live heartbeat (ping) on multiple devices
https://github.com/5ht2b/heartbeat
docker fasthttp go golang webserver
Last synced: 10 months ago
JSON representation
A service to keep a live heartbeat (ping) on multiple devices
- Host: GitHub
- URL: https://github.com/5ht2b/heartbeat
- Owner: 5HT2B
- License: isc
- Created: 2021-02-08T18:41:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T00:13:56.000Z (almost 2 years ago)
- Last Synced: 2025-08-16T19:39:49.019Z (10 months ago)
- Topics: docker, fasthttp, go, golang, webserver
- Language: Go
- Homepage: https://frog.icu
- Size: 421 KB
- Stars: 51
- Watchers: 1
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# [heartbeat](https://frog.icu)
[](https://frog.icu)
[](https://frog.icu)
[](https://github.com/5HT2B/heartbeat/actions/workflows/docker-build.yml)
[](https://www.codefactor.io/repository/github/5HT2B/heartbeat)
A service to see when a device was last active. Works by pinging the server every minute, from any device, as long as said device is
unlocked and being used (ie, you typed or used the mouse in the last two minutes).
## Contributing
Contributions to fix code are welcome, as are any improvements.
See [`USAGE.md`](https://github.com/5HT2B/heartbeat/blob/master/USAGE.md)
for compiling + running + testing instructions.
## Running server or client in production
See [`DOCS.md#running-server-in-production`](https://github.com/5HT2B/heartbeat/blob/master/DOCS.md#running-server-in-production) for more
information.
## API
See [`DOCS.md#api`](https://github.com/5HT2B/heartbeat/blob/master/DOCS.md#api) for more information.