Skip to content

This is very responsive and interactive public chat application, developed using spring framework and websocket.

Notifications You must be signed in to change notification settings

rakeshkumargupt/ResponsiveChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application using Spring Boot and WebSocket

You can checkout the live version of the application at http://139.59.19.219:9999/

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

Steps to Setup

  1. Clone the application
git clone https://github.com/rakeshkumargupt/ResponsiveChatApplication.git
  1. Build and run the app using maven
cd ResponsiveChatApplication
mvn package
java -jar target/EpamGroupChatByRakesh-0.0.1.jar

Alternatively, you can run the app directly without packaging it like so -

mvn spring-boot:run

Reference

https://www.callicoder.com/spring-boot-websocket-chat-example

About

This is very responsive and interactive public chat application, developed using spring framework and websocket.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages