STOMP 和 JSON

发布于 2024-07-17 05:21:38 字数 58 浏览 7 评论 0原文

如果我有 STOMP/JSON AJAX 应用程序,这是否意味着 JSON 在 STOMP 之上运行?

If I have a STOMP/JSON AJAX app, does that mean that JSON is functioning on top of STOMP?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

默嘫て 2024-07-24 05:21:38

假设您指的是 STOMP (协议),而不是 STOMP (应用程序),那么 JSON 将是通过 STOMP 消息传递协议使用的数据编码方法。 您可以将数据序列化为 JSON,然后将其打包到 STOMP 消息中以发送到连接的另一个端点。

Assuming that you mean STOMP (the protocol), not STOMP (the application), then JSON would be the data encoding method used over the STOMP messaging protocol. You would be serializing your data as JSON, then packaging it inside a STOMP message to send to the other end point of the connection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文