Express deployment
Deploy one stateless Express service.
RunYour.App supports a deliberately narrow Express path: one deployable HTTP process, runtime configuration, and a verified platform route.
- Express HTTP
- One stateless process
- Runtime environment values
- Outbound API access
Designed for a small HTTP service
- One Express application and one start process.
- The process listens on the platform-provided port and all interfaces.
- Configuration is supplied at runtime rather than embedded in frontend assets.
- Normal outbound requests to external APIs are available at runtime.
Runtime is different from build isolation
Application runtime networking is not the restricted network environment used while untrusted source is analyzed and built. The deployed service can make ordinary outbound calls within the current runtime policy.
Current limits
Workers, scheduled jobs, persistent disks, managed databases, multi-service Compose, monorepos, and server-rendered frameworks are not included in this Express profile.