Saturday, 14 September 2013

What to pair with Sinatra? Backbone, Ember, Angular, Knockout, or something else?

What to pair with Sinatra? Backbone, Ember, Angular, Knockout, or
something else?

I have a Sinatra REST service. I'm trying to put a "face" to it. Right
now, getting the information to and from the service and the database is a
bunch of JQuery AJAX calls like this:
$.getJSON()....
It's quite ugly. Given that I'm using Sinatra, which one of these
front-end frameworks would you recommend for me to learn? BTW, still
learning re: JavaScript, as I use JQuery with AJAX (though I accept that I
will probably need to learn native JS in the future), and have some
experience with MVC frameworks in PHP, but nothing yet on JavaScript.

No comments:

Post a Comment