Giter Club home page Giter Club logo

communicationstyles's Introduction

Communication Styles & Technologies

To see a demo of WCF and/or GRPC, run XYZService first and then corresponding client project. Demo of Mass Transit messaging requires RabbitMQ to be installed and running (e.g. in container).

Preconfigured Docker image maintained by the MassTransit team. The container image includes the delayed exchange plug-in and the management interface is enabled.

docker run --name rabbitmq -d -p 15672:15672 -p 5672:5672 masstransit/rabbitmq

SOAP & WSDL over HTTP - WCF Core

GRPC over HTTP/2 - GRPC Core

REST over HTTP - ASP.NET Core Web API

GraphQL over HTTP - ASP.NET Core Web API

SignalR over HTTP - ASP.NET Core Web API

Messaging with EasyNetQ over RabbitMQ

Demos

  • Competing Consumers
    • Start 2+ Subscribers and 1 Publisher
  • Temporal Decoupling
    • Start 1 Publisher, send some messages then start 1 Subsriber

Messaging with MassTransit over RabbitMQ

MassTransit Demos

All demos require RabbitMQ to be installed and running (e.g. in container).

  • Asynchronous Communication
    • Start MassTransit.WebApi (use TestController endpoints)
    • Start MassTransit.Worker
  • Competing Consumers / Load Balancing -
    • Start MassTransit.WebApi (use TestController endpoints)
    • Start two or more instances of MassTransit.Worker
  • Temporal Decoupling
    • Start MassTransit.WebApi (use TestController endpoints)
    • Invoke API few times to send messages to the queue
    • Start MassTransit.Worker to consume messages from the queue

MassTransit and Rabbit MQ Observability features

MassTransit.WebApi and MassTransit.Worker projects are configured to use some observability features like:

Reliability patterns and techniques

Load & Stress Testing

Libraries & Tools to explore

More Info

communicationstyles's People

Contributors

kierunb avatar

Stargazers

Sebastian Brzuzek avatar  avatar Pawel Juscinski aka Pajus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.