The tag has no usage guidance.

learn more… | top users | synonyms

1
vote
0answers
70 views

why would anyone want to disable url management in ember?

At http://emberjs.com/guides/configuring-ember/embedding-applications/ it is described how to disable URL management in Ember.js applications with code like this App.Router = Ember.Router.extend({ ...
0
votes
0answers
163 views

Choosing a javascript framework for a massively multi-player game : React vs Ember 2 vs other better option

I'd like to add to my Ruby on Rails app a javascript front end using basically Rails a json api sending data to the front end. The question for me is: React or Ember 2 (or maybe another viable ...