Click here to Skip to main content
15,891,184 members
Articles / Programming Languages / C#

Interprocess Communication using Publisher-Subscriber Pattern and Named Pipes as a Transport

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
15 Oct 2020CPOL7 min read 11.1K   130   12  
Introduction to MetaPubSub library - a publisher-subscriber pattern implementation with the interprocess communication layer
This article presents a C# implementation of the publisher-subscriber pattern. The main difference from similar implementations is the possibility to transfer messages between processes. I'll describe the main features and give code samples on how to use the library.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions