End point feed for Foxxone website integration.
Small read-only Node.js service for publishing endpoint health as JSON.
Designed for node operators who want websites (such as FoxxOne) to consume a reliable server-side status feed without browser CORS issues.
- Server-side checks for:
- EVM RPC (JSON-RPC)
- Comet RPC (
/status) - gRPC (TCP connectivity)
- Mainnet + testnet support
- Read-only JSON endpoints:
/endpoint-status/healthz
- Localhost bind by default (
127.0.0.1) - Reverse-proxy friendly (nginx/Caddy)
- CORS allowlist support
- Copy
infinite-endpoint-status-proxy.mjs - Copy
.env.exampleto.envand edit values - Run:
set -a && source ./.env && set +a node ./infinite-endpoint-status-proxy.mjs