首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏张善友的专栏

    STOMP协议介绍

    BEGIN 开始 * COMMIT 提交 * ABORT 取消 * ACK 确认 * DISCONNECT 断开 STOMP Over Websocket : http://jmesnil.net/stomp-websocket

    2.1K60发布于 2018-01-19
  • 来自专栏落叶飞翔的蜗牛

    Spring Boot Web Socket

    version>1.0.2</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket <script src = "/webjars/sockjs-client/sockjs.min.js"></script> <script src = "/webjars/<em>stomp-websocket</em>

    93710发布于 2021-11-09
  • 来自专栏IT技能应用

    Spring国际认证指南:使用 WebSocket 构建交互式 Web 应用程序

    <version>1.0.2</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket sockjs-client</artifactId> <版本>1.0.2</版本> </依赖> <依赖> <groupId>org.webjars</groupId> <artifactId>stomp-websocket :webjars-locator-core' implementation 'org.webjars:sockjs-client:1.0.2' implementation 'org.webjars:stomp-websocket spring-boot-starter-websocket' 实施 'org.webjars:webjars-locator-core' 实施 'org.webjars:sockjs-client:1.0.2' 实现 'org.webjars:stomp-websocket /script> <script src="/webjars/sockjs-client/sockjs.min.js"></script> <script src="/webjars/<em>stomp-websocket</em>

    2.4K20编辑于 2022-04-08
  • 来自专栏菩提树下的杨过

    基于spring boot 2.x的websocket示例

    dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket /script> <script src="/webjars/sockjs-client/sockjs.min.js"></script> <script src="/webjars/<em>stomp-websocket</em>

    2.2K20发布于 2018-10-10
  • 来自专栏美码师

    补习系列(20)-大话WebSocket与"尬聊"的实现

    </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket <script th:src="@{/webjars/sockjs-client/sockjs.min.js}"></script> <script th:src="@{/webjars/<em>stomp-websocket</em>

    1K50发布于 2019-05-10
  • 来自专栏Java3y

    学习WebSocket

    <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket script th:src="@{/webjars/sockjs-client/sockjs.min.js}"></script> <script th:src="@{/webjars/<em>stomp-websocket</em>

    1.6K10发布于 2019-11-21
  • 来自专栏python3

    python使用stomp连接activ

    stomp.js                              1.0 1.1                   JavaScript客户端库 http://jmesnil.net/stomp-websocket

    2.4K30发布于 2020-01-10
  • 来自专栏kl的专栏

    spring boot集成WebSocket实时输出日志到web页面

    stompClient.disconnect(); stompClient=null; } } 参考地址: stomp.js客户端:http://jmesnil.net/stomp-websocket

    1.9K40编辑于 2023-11-18
  • 来自专栏快乐阿超

    srs信令java版

    dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket

    56620编辑于 2023-10-18
  • 来自专栏kl的专栏

    spring boot集成WebSocket实时输出日志到web页面

    stompClient=null; } } </script> </body> </html> 参考地址: stomp.js客户端:http://jmesnil.net/stomp-websocket

    5.6K112发布于 2018-04-13
  • 来自专栏Urahara Blog

    CVE-2018-1270&CVE-2018-1275 spring-messaging远程代码执行漏洞分析

    对于STOMP来说,许多应用程序都使用了jmesnil/stomp-websocket库(也称为STOMP.js),它是功能完备的,已经在生产中使用了多年,但不再被维护。

    3.7K30发布于 2018-06-01
  • 来自专栏kl的专栏

    spring boot集成WebSocket实时输出日志到web页面

    stompClient=null; } } </script> </body> </html> 参考地址: stomp.js客户端:http://jmesnil.net/stomp-websocket

    4K70发布于 2018-04-13
  • 来自专栏编程技术

    WebSocket:让HTTP的“尬聊”变成真正的“畅聊”

    -- 前端用Stomp的“吸管”喝咖啡 --> <dependency> <groupId>org.webjars</groupId> <artifactId>stomp-websocket WebSocket客户端库 --> <script src="/webjars/sockjs-client/sockjs.min.js"></script> <script src="/webjars/<em>stomp-websocket</em>

    3300编辑于 2026-04-20
  • 来自专栏SpringBoot教程

    JavaScript 连接消息(RabbitMQ)

    mywebsocket; stomp.js // Generated by CoffeeScript 1.7.1 /* Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket

    1K20编辑于 2023-02-16
  • 来自专栏web全栈潮流

    Spring Websocket 中文文档 (spring5)

    对于STOMP,许多应用程序使用了jmesnil / stomp-websocket库(也称为stomp.js),该库功能齐全,已在生产中使用多年,但不再维护。

    13.9K76发布于 2019-11-04
领券