选择java的comet框架
由于我想实现一个解决方案,其中服务器不断将股票行情推送给多个客户端, 在探索过程中我遇到了一些框架,但是什么是最好的选择 我正在使用
服务器端:Glassfish 3.1 客户端:ExtJs/Jquery 网址模式:休息
由于我完全困惑,因为我不知道哪一个是可扩展且高效的,所以有人可以建议我其中一个或一个新的吗
As i want to implement a solution in which server constantly push Stock Quotes to mulitple clients ,
while exploring i came to across few framework , but what would be the good choice to
i am using
Server Side : Glassfish 3.1
Client Side : ExtJs/Jquery
Url Pattern : Rest
As i am totally confused as i don't know which one is scalable and efficient , so could anyone suggest me among them or a new one
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以查看构建像 Netty(Java 中)这样的客户端-服务器的框架,然后使用 HTTP 推送,甚至可能使用 Websockets。
You could also take a look at frameworks which build a client-server like Netty (in Java) and then use HTTP push or potentially even websockets.