Skip to content

AppTonic/AppTonic

Repository files navigation

Build status NuGet Package

AppFunc

AppFunc provides a message-based mediator interface in the form of an in-process request dispatcher.

PM> Install-Package AppFunc -Pre

Getting Started / Documentation

Check out the Quick Start Guide and reference the wiki for documentation.

Example projects are included in the repository to help you get started.

IoC Integration

Using the AppFunc.CommonServiceLocator NuGet package, AppFunc integrates with your desired IoC container to route request messages to the appropriate application message handler. Alternatively (or in combination), AppFunc allows you to register application request handlers just lambda expressions - enabling the use of partial application for application composition instead of using a IoC container.

PM> Install-Package AppFunc.CommonServiceLocator

License

Apache 2.0

Copyright 2014 Craig Smitham

About

AppTonic is an experimental library for building loosely coupled application services using message passing and partial function application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages