Project that show microservices logic with async communication.
Projects
- client - react app that show person posts and comments
- posts - node api that save person posts.
- comments - node api that save person post comments.
- event-bus - node api that redirect events from other services.