https://github.com/kostassoid/nerve
Federated concurrency-friendly messaging library for .NET.
https://github.com/kostassoid/nerve
Last synced: 4 months ago
JSON representation
Federated concurrency-friendly messaging library for .NET.
- Host: GitHub
- URL: https://github.com/kostassoid/nerve
- Owner: Kostassoid
- License: apache-2.0
- Created: 2014-01-23T21:44:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T13:00:04.000Z (almost 11 years ago)
- Last Synced: 2024-12-30T14:52:33.530Z (4 months ago)
- Language: C#
- Homepage:
- Size: 2.36 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Nerve

Nerve is a federated message bus for .NET. It allows for fast and easy concurrent message routing and processing without thread synchronization.
It's based on existing ideas, but does not force to adhere to any specific style of message processing.
To name a few:
* [Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html)
* [Actor Model](http://en.wikipedia.org/wiki/Actor_model)
* [Reactive Extensions](https://rx.codeplex.com/)
* [Apache Camel](https://camel.apache.org/)See [Wiki](https://github.com/Kostassoid/Nerve/wiki) pages for more details.
##Build Status
[](https://ci.appveyor.com/project/KonstantinAlexandroff/nerve)##License
Licensed under Apache 2.0 License.Using portions of [Retlang project](https://code.google.com/p/retlang/) licensed under [New BSD License](http://opensource.org/licenses/BSD-3-Clause).