Documentation
Getting Started
Deploy your first pod in 5 steps:
- Install Koko and kokoctl
- Create a new pod:
kokoctl new my-app - Write your app in
index.js - Configure in
konfig.toml - Deploy:
kokoctl apply
SDK Reference
koko.sqlDatabase querieskoko.fsFile systemkoko.podId()Get pod IDkonfig.toml
konfig.toml[meta] name = "my-app" version = "1.0.0" [runtime] entry = "index.js" [web] mode = "dynamic" [env] MY_VAR = "value"
kokoctl Commands
kokoctl new <name>Create podkokoctl applyDeploykokoctl logs <name>View logskokoctl listList podskokoctl delete <name>Delete pod