rajashekar / chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Room Project

Chartroom built using of Spring boot application and Websocket concepts.

Background

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

Pre-requisites

Instructions

git clone https://github.com/rajashekar/chatroom.git
cd chatroom
mvn spring-boot:run
or 
java -jar chatroom-starter-0.0.1-SNAPSHOT.jar

Go to http://localhost:8080 in browser

About


Languages

Language:HTML 50.2%Language:Java 49.8%