Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 909 Bytes

Example – To-Do App

This example shows how to implement a "todo list" app. The app consists of a "todo" server and a client that sends commands to the server.

Details

Backends

  • NATS Core (Event Bus)
  • MongoDB (Event Store)

Build & Run

Requires Docker.

Default setup

make build && make default

Debounced projection

This setup sets the TODO_DEBOUNCE environment variable to 1s, resulting in a single "batch"-update of the Counter projection.

make build && make debounce