You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily deployable (Docker), extensible (clean architecture), template-based, plug and play micro-service. Real-time (Kafka) and batch processing (using a database) of messages which allows devs to send notifications using third party tools (like twilio/sendgrid). Uses concepts from Event-Sourcing and CQRS.
Kafka Message Bus is a KafkaJS wrapper enhancing its functionality with deadletter topic support and handlers, improving Kafka stream reliability by managing failed message processing. 🚀
Objective: Build a scalable chat system that can handle high traffic and ensure messages are efficiently delivered between users. Core Components: WebSockets, Redis, Apache Kafka, and Node.js.