# spring-boot-websocket-demo **Repository Path**: netbuffer/spring-boot-websocket-demo ## Basic Information - **Project Name**: spring-boot-websocket-demo - **Description**: spring-boot整合websocket做即时通迅、通信服务的使用demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, WebSocket, ElasticSearch, Rest-api, session ## README # spring-boot-websocket-demo ![](https://img.shields.io/static/v1?label=java&message=1.8&color=blue) ![](https://img.shields.io/static/v1?label=spring-boot&message=2.4.5.RELEASE&color=blue) ![](https://img.shields.io/static/v1?label=junit&message=4.13.2&color=black) ![](https://img.shields.io/static/v1?label=reconnecting-websocket&message=joewalnes&color=) ### help * https://docs.spring.io/spring-framework/docs/5.3.4/reference/html/web.html#websocket * https://www.ruanyifeng.com/blog/2017/05/websocket.html * https://developer.mozilla.org/zh-CN/docs/Web/API/Fetch_API/Using_Fetch * LoggingWebSocketHandlerDecorator/ExceptionWebSocketHandlerDecorator默认启用:https://docs.spring.io/spring-framework/docs/5.3.4/reference/html/web.html#websocket-server-handshake ### articles * [使用SpringBoot搭建实时通信服务](https://www.toutiao.com/i7020780189747544609) * [SpringBoot整合websocket获取http会话信息](https://www.toutiao.com/i7021883583832900108) * [基于SpringBoot的websocket连接访问控制方案](https://www.toutiao.com/i7022486245636948517)