Simple Microservice based node.js application Microservices :
- posts // for creating & listing posts
- comments // for creating & listing comments
- query // for providing post & comment data
- event-bus // acts as event service for handling different events from different services
- moderation // for providing comment review before it can be displayed in UI
client : React js app to create posts & comments