除了socjjs之外,任何其他javascript客户端库都可以与spring websocket一起使用

时间:2015-06-29 19:47:53

标签: spring-websocket sockjs

Spring websocket在服务器上实现SockJs协议,sockjs客户端可用于与之交互。还有其他可以使用的等效库吗?我们需要使用sockjs comet URL发送查询字符串,但似乎不支持

http://sockjs-tornado.readthedocs.org/en/latest/faq.html
https://twitter.com/majek04/status/376371451005128704

因此,更确切地说,是否有sockjs客户端的替代方案,它支持查询字符串和sockjs客户端-fallback选项的优点?

我提出了一个关于在sockjs中支持查询字符串的问题:

http://stackoverflow.com/questions/31118456/can-i-add-request-parameter-to-sockjs-constructor-so-that-it-can-be-send-to-serv

1 个答案:

答案 0 :(得分:0)

正如您的另一个问题的答案所述,是的,这在SocksJS 1.0.0中得到支持。

SockJS 1.0.0将是Spring Framework 4.2.0.RELEASE中的默认版本,请参阅SPR-12422