/wasmcloud-examples-gp

Primary LanguageMakefileMIT LicenseMIT

A wasmCloud template on Gitpod

This is a repo for launching wasmCloud example apps on Gitpod.

Next Steps

Actors

Launch Example Description OCI Reference
(refer to example for latest version)
Open in Gitpod 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
Open in Gitpod hello Canonical "hello world" actor that listens on an HTTP port and replies with a greeting wasmcloud.azurecr.io/hello
Open in Gitpod 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
Open in Gitpod 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)
Open in Gitpod todo An todo-application using keyvalue store, http server, and logging (unpublished)
Open in Gitpod xkcd A application that generates xkcd comics wasmcloud.azurecr/xkcd

Notes & caveats

Thanks to Cosmonic and the wasmCloud team for helping to start this template repo