Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 364 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 364 Bytes

Blog Microservices

A simple implementation of a blog using microservices concepts, performing a simple implementation of an event bus.

This is just to understand the main concepts of microservices.

⚠️ The event bus must not be used in the production environment ⚠️, the only purpose of this is just to try to understand how a real event bus works.