/FastCSharp

Build Fast Code using a set of patterns that simplify building REST and MQ services

Primary LanguageC#Creative Commons Zero v1.0 UniversalCC0-1.0

FastCSharp

Build Fast Code using a set of patterns that simplify building REST and MQ services.
FastCSharp contains several libs that speed up the development.
Currently, you can find the following accelerators:

  • Circuit Breaker - A flexible circuit breaker implementation that let's you choose from and combine different backoff, breaker and circuit handling strategies.
  • Publisher - provides a SDK to implement publishers for specific engines such as RabbitMQ.
  • Subscriber - provides a SDK to implement subscriber for specific engines such as RabbitMQ.