Skip to content

Seunghoon-Oh/chatting-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

<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

About

chatting-kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published