Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imdadmi/kafka-websocket-chatapp-backend
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
https://github.com/imdadmi/kafka-websocket-chatapp-backend
Last synced: 7 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/imdadmi/kafka-websocket-chatapp-backend
- Owner: IMDADMI
- Created: 2023-09-01T07:48:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-01T07:52:53.000Z (about 1 year ago)
- Last Synced: 2023-09-02T02:03:32.621Z (about 1 year ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
## front end (https://github.com/IMDADMI/kafka-websocket-chatApp)
* npm i : to install the packages
* npm run dev to start the application