Skip to content

DevJonny/MicroserviceExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Example

The example has various stages with added complexity at each stages

Stage 1: HTTP communication

Link to Stage 1

This first stage we have two Web API projects. One is the "front-end" API the second is a "backend" system. They are tightly coupled by a syncronous HTTP calls but it keeps things simple.

Stage 2: Messaging

Link to Stage 2

In the second stage we want to remove the dependency on having the EventConsumer service running when we call the POST endpoint of the API.

This stage is not yet complete.

About

An example(s) of building Microservices, with each stage building complexity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published