Django vs Grails vs Lift for Comet support? [closed]
I am going to be developing a real-time web application that will make heavy use of Ajax and Comet programming techniques. I am wondering which web framework will be best to use for this type of application.
I already know Python and Django, I have built a smaller app in Grails, and have experience with Scala but not Lift. Based on this, can anyone advise me on which framework to use and what plugins (if any) are required for Comet integration?
You should also consider Tornado in the list of web frameworks. Together with tornad.io, a tornado version of socket.io javascript lib, it makes Comet techniques easy.
I hope it helps
if you consider to go with grails , there are some plugins which might help
- Atmosphere
- Cometd
- Pusher
精彩评论