gpt4 book ai didi

javascript - 带有javascript的Rabbitmq

转载 作者:行者123 更新时间:2023-11-29 18:03:29 25 4
gpt4 key购买 nike

我想将 rabbitMQ 与 javascript 一起使用。我找到了一些使用 node.js 的示例。然而,没有人在没有 node.js 的情况下使用 javascript。

有人能指点一下吗?我的网站服务器是基于flask的,前端是html/javascript

最佳答案

您可以利用 STOMP 互操作性功能来实现您想要的。

关于Stomp的介绍来自official site :

STOMP is a simple text-orientated messaging protocol. It defines an interoperable wire format so that any of the available STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among languages and platforms (the STOMP web site has a list of STOMP client and server implementations.

can use STOMP over websockets ,一项由 most 支持的技术现代浏览器。

最后,要将 RabbitMQ 与 STOMP 集成,您可以使用 RabbitMQ STOMP adapter .

关于javascript - 带有javascript的Rabbitmq,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33192591/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com