Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.68 KB

<Chatting Application>

Service overview

A chat application that sends and receives messages between A Client and B Client.

Chatting

Development scope

  • A User and b user send and receive messages 1: 1.
  • A user can send a single file to another user.
  • The client uses a web browser. It is a kind of web-based chatting program.
  • It has a message queue. A When a user sends a message, it pushes it to a message queue and then pulls this message and sends it to the another user.

Requirements

Software Used for this application

Below software are being used to run this application.

Download

Download and unzip the source repository for this guide, or clone it using Git: git clone https://github.com/Seunghoon-Oh/chatting-kafka.git

Building & Deploying

mvn clean package

Run

java -jar chatting-kafka-0.1.0.jar

Demo Site