# README
Chat Application w/ CQRS + Event Sourcing
Example chat application using the RangeDB library for CQRS and Event Sourcing.
Event Model
# Functions
No description provided by the author
New constructs a new CQRS chat application that accepts commands to be dispatched.
NewRoom constructs a new cqrs.Aggregate.
NewUser constructs a new cqrs.Aggregate.
NewWarnedUsersProjection constructs a projection for tracking the number of warnings by user.
# Variables
RestrictedWords contains restricted words not allowed in this example chat application.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author