Custom Adapters
MoroJS includes built-in runtime adapters for different deployment targets. Learn about available adapters and how they enable multi-platform deployment.
Available Runtime Adapters
Node.js
Default runtime with full feature support
AWS Lambda
Serverless deployment with createAppLambda()
Cloudflare Workers
Edge deployment with createAppWorker()
Runtime Adapter Usage
typescript
Runtime Adapter Examples
AWS Lambda Adapter (Actual Implementation)
typescript
Cloudflare Workers Adapter (Actual Implementation)
typescript