https://github.com/klothoplatform/sample-apps-pro
https://github.com/klothoplatform/sample-apps-pro
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/klothoplatform/sample-apps-pro
- Owner: klothoplatform
- License: apache-2.0
- Created: 2022-12-12T17:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T20:41:52.000Z (over 3 years ago)
- Last Synced: 2025-08-22T07:34:50.554Z (10 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Klotho Sample Apps
This repo holds sample applications which demonstrate how to use Klotho to compile to cloud-native versions.
## Typescript
- [cloud FS](./ts-cloudfs) Using file-like API to access cloud blob storage
- [microservices](./ts-microservices) Cross execution unit function calls breaks the app into microservices while writing it like a monolith.
- [serverless](./ts-serverless-gateway) Using `express` in a Klotho-compatible way to discover HTTP routes, automatically configuring gateway resources to route directly to the execution unit.
- [graphql](./ts-graphql) How to use a framework in a Klotho-compatible way
- [media storage](./ts-media-storage) Using a combination of blob storage for media (images) with key-value for metadata
- [websocket](./ts-websocket-gateway) :construction: Set up a websocket gateway