/Reactol

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Reactol

Reactol provides a set of simple abstractions that allow one to write reactions to messages. It doesn't shove any IEventHandler<T>, IHandle<T>, or IMessageHandler<T> down your throat. Use the declarative style in-the-box instead.

It's on NuGet already: Reactol

Basics

Authoring reactions

Executing reactions

FAQ

Contributions