OpenEdge — buckets, sites, an edge cache, and DNS

Run apps, host sites, store objects, cache an origin, answer DNS.
HTTP —   DNS udp/—
—
Apps running
—
Buckets
—
Objects
—
Stored
—
Sites
—
DNS records
—
Cache hit rate
—
Requests
—

Deploy an application

This runs your actual process — the thing a static host can't do. A release is built, started on its own port, and only receives traffic once it answers HTTP. A deploy that never comes up leaves the previous release serving, and a process that dies is restarted with backoff.

Push a release

Runtime logs

Select an app to tail its logs.