springboot-websocket-chat
Demo address
Function point description
- When accessing the page, ajax request returns to the online user. (Not real-time)
- Username ajax checks whether the username is duplicated.
- After establishing a connection, subscribe to user, lobby, and private channels. (Receive messages in real time)
- Message corner mark reminder.
- Switch to chat interface with different users.