Skip to content

A Realtime Chat Application built using React and Kafka as MessageBroker

License

Notifications You must be signed in to change notification settings

subhnet/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

A Realtime Chat Application built using React and Kafka as MessageBroker

Before Running the Project

Start Zookeeper

zookeeper-server-start .\config\zookeeper.properties

Start Kafka

kafka-server-start .\config\server.properties

Create a Topic

kafka-topics --create --topic kafka-chat --zookeeper localhost:2181 --replication-factor 1 --partitions 1

Start Backend

mvn spring-boot:run

Start Frontend

npm start

About

A Realtime Chat Application built using React and Kafka as MessageBroker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published