/examples

Example actors, capability providers, and other demonstrations

Primary LanguageRust

Examples

Example actors, capability providers, and other demonstrations

  • echo - An actor that returns a JSON payload describing the incoming request
  • subscriber - A simple actor that logs every message it receives to stdout
  • kvcounter - An actor that uses the key-value store to increment a counter and return a value for every HTTP request it receives