Skip to content

nitesh056/pub-sub-with-node-and-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Pub-Sub in NodeJS with Apache Kafka

Installation

Prerequisites: Install Docker and Docker compose and start by typing on root folder of the project.

  docker-compose up -d

Browse the Client app by going to 127.0.0.1:3000 in your web browser.

General Architecture

App Screenshot

Todo

  • Setup for production with bash and pm2
  • Add .env files for all the services
  • Add file prettier and eslint
  • Refactor