Skip to content

nanobus/examples

Repository files navigation

NanoBus examples

  • Basic no-code interface - A bare-bones example of how to deliver functionality with no code.
  • Basic web service - An example of how to turn any nanobus interface into a web service.
  • WebAssembly-powered web service - An example of using WebAssembly modules as HTTP handlers.
  • Dapr integration - A CRUD and eventing example using Dapr's State Store and PubSub APIs.
  • Blog - A simple blog implementation on NanoBus.
  • Scheduler - An example of using the scheduler transport for cron-like functionality.
  • URL Shortener - An API that shortens URLs and showcases practical use of Postgres, Jaeger and OAuth/ODIC/JWT.
  • NanoChat - A simple messaging platform that uses multiple Iotas to compose a larger application. The WasmRS protocol enables the application to stream data from the database and perform asynchronous tasks.
  • Streamer - An example of using the WasmRS streams to write directly to a Blob store as records are being read from a database.