Updated 2025-09-14 22:55:34 +02:00
A minimal, highly-portable, thread-safe .NET logging abstraction and implementation.
Updated 2025-07-06 22:05:03 +02:00
Lightweight, maintenance-free, stateless .NET REST API message broker for sending and receiving messages in deliver-once fashion. Trivial HTTP request/response consumption.
Updated 2025-07-06 16:03:06 +02:00
An add-on service for messengerapi that adds inter-broker capability, making messengerapi resilient against outage by giving clients additional messengerapi URLs to query against if main URL becomes inop.
Updated 2025-07-05 18:38:04 +02:00
Allows query-based consumption of MessengerApi. Communication between two parties then seems like request/response approach.
Updated 2025-07-05 05:19:56 +02:00
Allows subscription-based consumption of MessengerApi. Simply subscribe to pattern in PayloadType property of the message and SubscriptionClient will let you know when a message arrives.
Updated 2025-07-05 04:40:49 +02:00
Messenger API consumer library. Instead of crafting HTTP requests and parsing responses, you can use this wrapper to consume the API in a strongly-typed fashion in .NET.
Updated 2025-07-05 04:27:47 +02:00