fnrpc
Monorep for fnRPC (high performance serverless rpc framework)
cli
- Cli tool help build and manage functions
- Create RPC functions
- Create & Manage Kubernetes Pods
- Setup a k8s cluster for fnrpc functions
- Build & Deploy functions to cluster
- Update and Scale functions in cluster
- Generate client libraries for supported languages
engine
- Manage functions in kubernetes cluster
- Auto scale functions in cluster
- Proxy to call functions
- Authorization for functions
worker
- Workers are language runtimes that run functions written in different languages
registry
- Function and Application hub for global dev community
clients
- Client library to help build functions in different languages
docs
- Documentation site for wasmrpc
examples
- Example of functions demonstrating different features