# websocketDemo **Repository Path**: BigZhe2021/websocketDemo ## Basic Information - **Project Name**: websocketDemo - **Description**: WebSocket练手Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-30 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 此项目是webSocket练手项目。 初始需求为: A(智能语音系统)调用URL,将结果result返回给A,同时将result发给与服务器保持连接的浏览器B。 浏览器B与服务器通过websocket保持长连接,订阅消息代理,如/topic/greetings。服务器将数据写入/topic/greetings,由于订阅了消息,浏览器会收到消息,之后将数据展示在网页上。