This is a repo for launching wasmCloud example apps on Gitpod.
Launch | Example | Description | OCI Reference (refer to example for latest version) |
---|---|---|---|
echo | An actor that listens on an HTTP port and returns a JSON payload describing the incoming request | wasmcloud.azurecr.io/echo |
|
WIP | echo-messaging | An actor that listens on a message broker topic and replies | wasmcloud.azurecr.io/echo-messaging |
hello | Canonical "hello world" actor that listens on an HTTP port and replies with a greeting | wasmcloud.azurecr.io/hello |
|
kvcounter | An actor that uses the key-value store to increment a counter and return a value for every HTTP request it receives | wasmcloud.azurecr.io/kvcounter |
|
logging | An actor that demonstrates the builtin logging capability provider | wasmcloud.azurecr.io/logging |
|
WIP | random | An actor that demonstrates the builtin random number generation capability provider | wasmcloud.azurecr.io/random |
WIP | todo-sql | An todo-application using sql database, https server (with TLS), logging, and numbergen | (unpublished) |
todo | An todo-application using keyvalue store, http server, and logging | (unpublished) | |
xkcd | A application that generates xkcd comics | wasmcloud.azurecr/xkcd |
Thanks to Cosmonic and the wasmCloud team for helping to start this template repo