Skip to content

A simple demo chat app using WebSocket and Kafka server

Notifications You must be signed in to change notification settings

Nguyencoder11/kafka-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A SIMPLE CHAT APP DEVELOPED BASED ON SPRINGBOOT, WEBSOCKET AND KAFKA

TECHNOLOGIES

  • BACKEND: Spring Boot
  • FRONTEND: React JS
  • DEPLOYMENT: Docker
  • REAL-TIME: WebSocket, SockJs for ReactJS
  • TOOLS: Zookeeper, Kafka
  • OTHERS:

PREPARATION

Config requirement:

INSTALLATION

First, you need to install these following necessary tools:

  1. Zookeeper
  2. Kafka

DEPLOY AND RUN

UI