Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to build a mobile (iPhone & Android) HTML 5 app that will be heavily real time oriented. I will be using Socket.IO and Node.js as an accessor for my real time data. I've read/tried alot out there, so here is my current feeling about the products I've tried

  1. JQuery Mobile- Pros: ease of use, no learning curve Cons: No support for real-time, not very "Native" feeling
  2. Sencha Touch- Pros: Easy to create native looking UI, easy integration to real-time js stuff Cons: Extremely poor documentation

These are the two I've tried. I'd love to use Sencha touch, but every problem I run into takes days of trial and error (and SO posts) to get through, I just can't waste the time. Anyone know of either a way I can use JQuery to do real time stuff, or just a better framework?

Edit

I did not make clear, there are 2 aspects to what I'm looking for: real-time aspects, but also some UI framework as well

share|improve this question

closed as not constructive by epascarello, C. A. McCann, Jeromy Irvine, bažmegakapa, Maerlyn Dec 21 '12 at 22:47

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

JQuery, AngularJs and Twitter Bootstrap. That's what I would use.

share|improve this answer

You can use jQuery/jQMobile in combination with Backbone.js, and Backbone.iobind.js to do real-time updating via socket.io

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.