Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 501 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 501 Bytes

Chat-Room

This is basic chat room app using websocket providing full-duplex communication channels over a single TCP connection. I have Implemented this app with Spring Boot, WebSocket, Java, JavaScript, JQuery, Bootstrap CSS, HTML

To Use This App:

Just Download the Source Code from github repo, open this project folder in any Java IDE like intellij IDEA and run the main method of ChatRoomAppApplication class, application should be running on http://localhost:8080/

Thank You