Skip to content

Hi, this is a chat server application made using spring-boot. Check out the video in the ReadMe

Notifications You must be signed in to change notification settings

ashm8206/ChatServer-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

This is a chat room application implementation using WebSocket.

Background

WebSocket is a communication protocol that makes it possible to establish a two-way communication channel between a server and a client.

Instruction

Implement the message model

Message model is the message payload that will be exchanged between the client and the server. Implemented the Message class in chat module. All there basic actions covered are.

  1. ENTER
  2. CHAT
  3. LEAVE

Video Demo

Click below Image to see the Live Demo!!

Chat Server live Demo

Run the application with command

mvn build; mvn spring-boot:run

About

Hi, this is a chat server application made using spring-boot. Check out the video in the ReadMe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published