Sign in Sign up
nuget

Archetypical.Software.Spigot

Spigot is a transparent pub sub mechanism that layers streams and serializers on top of a familiar event based system. You can create a spigot to listen to any concrete serializable type and attach any number of event handlers to receive the message. Using the same spigot, you can broadcast any concrete serializable type to any listeners listening on the same stream. A spigot is serializer and stream agnostic which means you can serialize with any mechanism you like and send the bytes over any mechanism you like. Pre-Sending and Post-Receive hooks are defined so youc an manipulate the envelope to send additional information to be used by the receiver on the other side.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
8
Cadence
~18 days
Last 12 months
0

Details

License
unknown
First release
Oct 10, 2018
Releases
Version Released
2.0.17 patch
2.0.15 patch
2.0.14 patch
2.0.0 major
1.0.4 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial