This repo holds sample applications which demonstrate how to use Klotho to compile to cloud-native versions.
- cloud FS Using file-like API to access cloud blob storage
- microservices Cross execution unit function calls breaks the app into microservices while writing it like a monolith.
- serverless Using
express
in a Klotho-compatible way to discover HTTP routes, automatically configuring gateway resources to route directly to the execution unit. - graphql How to use a framework in a Klotho-compatible way
- media storage Using a combination of blob storage for media (images) with key-value for metadata
- websocket 🚧 Set up a websocket gateway