A tiny eventing system for adding domain events to your application. Supports running tasks both sync and async. Perfect for keeping code simple, self contained and to the point. Documentation available on GitHub: https://github.com/davidwhitney/ReallySimpleEventing
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP. Other related extensions supported include:
XEP-0080: User Location
XEP-0084: User Avatar
XEP-0107: User Mood
XEP-0108: User Activity
XEP-0118: User Tune
The Web Solutions Platform (WSP) event system is a general-purpose distributed publish/subscribe event system designed for high performance and low latency. Publish/subscribe is a common communication pattern though there are many variations to solve different scenario requirements. The event system...
More information
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP.UWP. Other related extensions supported include:
XEP-0080: User Location
XEP-0084: User Avatar
XEP-0107: User Mood
XEP-0108: User Activity
XEP-0118: User Tune
Part of the Conqueror library set. Automatically generate HTTP endpoints for apps using ASP Core and the Conqueror command-query-separation (CQS) package.