开发者

Recommendation for lightweight embeddable Java web framework with Comet support? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

开发者_开发技巧 Improve this question

I'm working on an open source anonymous decentralized P2P application that will support Twitter-like functionality, you can read more here.

My intention is that the UI will emulate the Twitter UI quite closely, and be accessible through a web-browser communicating with the local app.

I'm therefore looking for a lightweight embeddable web app framework that supports comet (ie. server-initiated modifications to the DOM). It must be lightweight because I need to keep the size of the eventual application as small as possible.

My intention is that most of the UI work will be handled within the web browser, making use of JQuery, and perhaps using Coffeescript instead of Javascript (although I haven't yet made a full decision on this).

Can anyone recommend (GPL compatible) tools/libraries/frameworks for me to look at?


Not sure if you are still working on this since the git activity on the project page is pretty stale. But if you are I would recommend Jetty for your embeddable web app server. It is:

  • Small
  • Embeddable
  • Supports Cometd
  • Supports Servlets

Throw Vaadin on there for a small, lightweight web development framework and you are g2g.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜