https://github.com/nisanth2004/chatapp-springboot
SpringBoot WebChat App
https://github.com/nisanth2004/chatapp-springboot
css html intellij java javascript javascript-library lombok security springboot web websocket
Last synced: 3 months ago
JSON representation
SpringBoot WebChat App
- Host: GitHub
- URL: https://github.com/nisanth2004/chatapp-springboot
- Owner: Nisanth2004
- Created: 2024-05-05T01:18:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T04:02:18.000Z (about 2 years ago)
- Last Synced: 2025-01-11T00:08:33.104Z (over 1 year ago)
- Topics: css, html, intellij, java, javascript, javascript-library, lombok, security, springboot, web, websocket
- Language: CSS
- Homepage: https://chatroom-exceptionhandlers.onrender.com
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Step 1: Create a WebConfig Class and do a configuration(WebSocketConfig)
## Step 2: Create a another config class Event Listerner to listen the session ended by any user.That is to inform that to other user to i.e "X" is ended .
## Step 3: Create a logic with the help of ChatController
## Step 4: Create a ChatMesssage class and Messagetype ENUM
## Step 5: Create a send message method in Controller and create a addUser method
## Step 6: Create a handleWebSocketDisconnectListener in Listener Class to send the message to all
## Next to Create a Frontend
1.Create A HTML file,CSS file,JS file
2.Inside HTML file put this script tag
###
# You can try out my chatroom
https://chatroom-exceptionhandlers.onrender.com