Java Spring Boot-WebSocket-聊天应用示例-配置CORS



嘿!在本视频中,我们将为聊天应用程序实现后端。我们将结合使用Java Spring Boot和WebSockets。我们将专注于创建WebSocket处理程序并使用Spring Configuration类在WebSocket注册表中注册它。我们还将学习有关WebSocket会话以及向连接的客户端发送/广播消息的知识。聊天应用程序前端的实现将在单独的视频中呈现。一切将使用不带STOMP或SockJS的香草WebSocket来实现。继续玩代码!

在以下位置遵循// CodefForgeYT:
FB:https://www.facebook.com/codeforgeyt/
推特:https://twitter.com/codeforgeyt
GitHub:https://github.com/codeforgeyt
Instagram:http://instagram.com/codeforgeyt。

1 comments

Comments are closed.