Flex:没有 BlazeDS 的长轮询(即服务器推送)?
除了使用 BlazeDS 之外,是否有任何现有的库可以在 Flex 中实现长轮询(或服务器推送)?
注意:我读过 我喜欢实现 Flex 到服务器彗星/游戏长轮询,但他只是询问是否可以实现……而不是是否存在实现。
Apart from using BlazeDS, are there any pre-existing libraries that implement long polling (or server push) in Flex?
Note: I've read I like to implement Flex to Server comet / long polling for games, but he's only asking if it's possible to implement… Not if implementations exist.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来一个可能的解决方案是 AmFast,它是 Python 中的 AMF/remoting 实现:http://code。 google.com/p/amfast/
It looks like one possible solution is AmFast, an AMF/remoting implementation in Python: http://code.google.com/p/amfast/
GraniteDS 可以做到这一点。
有点不同,并不是真正的项目重点,但 Red5 可以 也可以这样做。
GraniteDS can do this.
A little different, and not really the projects focus, but Red5 can also do this.