Skip to content

ewucc/sample-apps

 
 

Repository files navigation

Klotho Sample Apps

This repo holds sample applications which demonstrate how to use Klotho to compile to cloud-native versions.

Typescript

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • CSS 3.1%
  • JavaScript 1.8%
  • Shell 0.1%