10000 GitHub - torebal/chat-app: A Realtime Chat Application built using React and Kafka as MessageBroker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from subhnet/chat-app

A Realtime Chat Application built using React and Kafka as MessageBroker

License

Notifications You must be signed in to change notification settings

torebal/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • Java 37.0%
  • HTML 7.7%
  • CSS 7.6%
0