Streamnest
Reference
Operational endpoints exposed by the node itself.
Node status
GET /status answers with the node identifier, region and the state of its own checks as JSON. It is meant for automated probes and carries no session data.
Caching
Build assets live under /assets/ with a content hash in the file name and are safe to cache for a year. Everything else is revalidated.
Crawlers
Delivery paths are disallowed in robots.txt. They are not linked from anywhere and carry per-session keys, so crawling them yields nothing.
Example
$ curl -s https://streamnest.online/status
{"service":"stream-edge","status":"operational", ... }