stomp-spec:STOMP协议规范

时间:2024-05-26 17:24:20
【文件属性】:

文件名称:stomp-spec:STOMP协议规范

文件大小:216KB

文件格式:ZIP

更新时间:2024-05-26 17:24:20

Scala

概述 STOMP是简单(或流)面向文本的消息传递协议。 STOMP提供了一种可互操作的有线格式,以便STOMP客户端可以与任何STOMP消息代理进行通信,以在多种语言,平台和代理之间提供简单而广泛的消息互操作性。 规格 该git存储库托管已发布和正在进行的STOMP规范。 最新发布的规范位于: 网站生成 该git存储库使用或构建工具生成。 用Maven构建 一旦安装了 ,就可以通过运行以下命令来生成网站: mvn package 它将静态站点生成到target/sitegen目录,只需将您的Web浏览器指向target/sitegen/index.html 使用SBT构建 一旦安装了 ,就可以通过运行以下命令来生成网站: sbt update sbt package 它将生成静态站点到target/scala_2.8.1/sitegen目录,只需将您的Web浏览器指向target/s


【文件预览】:
stomp-spec-master
----pom.xml(6KB)
----readme.md(1KB)
----src()
--------_navigation.ssp.md(130B)
--------images()
--------WEB-INF()
--------stomp-specification-1.2.md(31KB)
--------implementations.page(8KB)
--------stomp-specification-1.0.md(11KB)
--------stomp-specification-2.0.md(27KB)
--------stomp-specification-1.1.md(27KB)
--------styles()
--------index.page(2KB)
----ext()
--------ScalatePackage.scala(1KB)
--------Website.scala(1KB)
--------scalate()
----.gitignore(16B)
----project()
--------plugins()
--------build.properties(906B)
--------build()

网友评论