Skip to content

A chatroom web app written in Spring Boot framework and WebSocket protocol.

Notifications You must be signed in to change notification settings

lingxueli/spring-boot-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

Complete the 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. Implement the Message class in chat module. Make sure you cover all there basic actions.

  1. ENTER
  2. CHAT
  3. LEAVE

Complete WebSocketChatServer

Implement all TODOs inside WebSocketChatServer follow each method description.

Run the application with command

mvn build; mvn spring-boot:run

About

A chatroom web app written in Spring Boot framework and WebSocket protocol.

localhost:8080

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published