Skip to content

Latest commit

 

History

History

todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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