/loqui

Real-time chat application built using Apache Kafka, Java, Spring Boot, SockJS and React

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Logo

LOQUI

Real-time chat application built using Apache Kafka, Java, Spring Boot, SockJS and React

About

LOQUI is a simple real-time chat application that demonstrates how to use Apache Kafka as a message broker along with Java, Spring Boot and React on the front-end

This project is a case study and should not be used for any real purpose

Technologies

Requisites

  • Docker version 20 or higher and docker-compose
  • Ports 3000, 8080, 22181 and 29092

Installation

Clone the project, and run the following command in the root directory:

docker-compose up -d --build

The client will be running on localhost, port 3000

License

All the code on this repository is licensed under the GNU General Public License v3.0