feat: 新建消息通知后端部分的
新建根据websocket的后端部分代码.其中包含sql数据库文件
This commit is contained in:
@@ -6,4 +6,9 @@ public interface WebsocketService {
|
||||
|
||||
void removeUser(String username) ;
|
||||
|
||||
/**
|
||||
* 发送消息到前端
|
||||
* @param message
|
||||
*/
|
||||
void sendStringToFrontend(String message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user