https://github.com/zunohoang/chat_realtime
Web Chat Realtime with Spring Boot, WebSocket.
https://github.com/zunohoang/chat_realtime
spring websocket
Last synced: about 2 months ago
JSON representation
Web Chat Realtime with Spring Boot, WebSocket.
- Host: GitHub
- URL: https://github.com/zunohoang/chat_realtime
- Owner: zunohoang
- Created: 2024-05-25T08:16:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T17:35:03.000Z (about 2 years ago)
- Last Synced: 2025-06-02T07:12:23.152Z (about 1 year ago)
- Topics: spring, websocket
- Language: Java
- Homepage: https://chatrealtime-production-3313.up.railway.app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo: https://chatrealtime-production-3313.up.railway.app/
Test account:
List<(Username - Password)> = [(user1 - pass1), (user2-pass2)]
Environment variable:
+ DB_URL: URL of database mysql
+ DB_PORTL: PORT of database
+ DB_NAME: Name of database
+ DB_USERNAME: Username
+ DB_PASSWORD: Password