WebSocket 「SpringBoot」
什么是?有什么厉害的地方? 看这篇文章:https://github.com/lieeew/cpp_backend_awsome_blog
SpringBoot 需要引入的依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<vers...
leikooo.hashnode.dev2 min read