Skip to content

About this is a the backend part of a web chat application that is build on top of websockets and apache kafka using spring boot in backend and react js in front end

Notifications You must be signed in to change notification settings

IMDADMI/kafka-websocket-chatApp-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time chat application

this application basically use websocket to make a realtime messaging system and kafka for dealing with large amount of users and services

react js and mui for the front end

spring boot for the backend

not completed yet

how to run the app

to get started you need to install kafka server and launch the following commands :

backend

  • .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties : to start zookeeper
  • .\bin\windows\kafka-server-start.bat .\config\server.properties : to start the kafka server
  • create a database named chat or whatever (view in the properties file)
  • npm i : to install the packages
  • npm run dev to start the application

About

About this is a the backend part of a web chat application that is build on top of websockets and apache kafka using spring boot in backend and react js in front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages