gmich / SOA

A test project that combines the SOA architectural patterns with REST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOA

Build status

A test project that combines the SOA architectural patterns with REST

##Project structure

  • The services constract individual modules.
  • All the modules have a consumer project.
  • All the consumer ssubscribe using the contracts found in the Bus/Contracts project.
  • The Bus/ServiceBus project collects all the modules and runs as a windows service.
  • The clients reference the contract project to publish messages.

##Technologies Used MassTransit and RabbitMQ for the service bus. Microsoft ASP.NET MVC for the client project.

About

A test project that combines the SOA architectural patterns with REST

License:MIT License


Languages

Language:C# 89.2%Language:JavaScript 7.1%Language:HTML 3.3%Language:CSS 0.3%Language:ASP 0.1%