https://github.com/magicxor/extensiblemessagebroker
Some fun with .NET core and Managed Extensibility Framework (MEF)
https://github.com/magicxor/extensiblemessagebroker
2ch bus data-flow dotnet dotnet-core dotnet-standard managed-extensibility-framework mef message-broker plugin-system plugins regexp regular-expressions telegram telegram-bot-api vk vk-api
Last synced: 5 months ago
JSON representation
Some fun with .NET core and Managed Extensibility Framework (MEF)
- Host: GitHub
- URL: https://github.com/magicxor/extensiblemessagebroker
- Owner: magicxor
- License: gpl-3.0
- Created: 2018-07-19T16:53:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T10:28:22.000Z (6 months ago)
- Last Synced: 2024-11-05T10:33:51.045Z (6 months ago)
- Topics: 2ch, bus, data-flow, dotnet, dotnet-core, dotnet-standard, managed-extensibility-framework, mef, message-broker, plugin-system, plugins, regexp, regular-expressions, telegram, telegram-bot-api, vk, vk-api
- Language: C#
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtensibleMessageBroker
ExtensibleMessageBroker pulls data from one place (a data source) and pushes it to another places (targets).
You can create as many data source providers and target providers as you want. ExtensibleMessageBroker will import them via **Managed Extensibility Framework**.