An open API service indexing awesome lists of open source software.

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.

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