Skip to content

Simple Messaging application built with nodejs, kafka and docker

License

Notifications You must be signed in to change notification settings

spaleet/node-messaging-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Messaging with Kafka

Simple Messaging application built with nodejs and kafka

Installation

Clone the project source:

git clone https://github.com/spaleet/node-messaging-kafka
cd node-messaging-kafka/

Start the containers:

docker-compose up -d

After that enter in consumer & producer folder and install packages:

npm install

Usage

Start producer:

cd /producer
npm start

And finally start consumer:

cd /consumer
npm start

About

Simple Messaging application built with nodejs, kafka and docker

Topics

Resources

License

Stars

Watchers

Forks