rakeshkumargupt / ResponsiveChatApplication

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

Home Page:http://159.89.164.68:9999/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://159.89.164.68:9999/


Languages

Language:Java 31.9%Language:CSS 31.9%Language:JavaScript 23.5%Language:HTML 12.7%