[Fixed]-How django works with emberjs?

1👍

ember is front-end JavaScript framework.It provides rich api/features to develop an application quickly. If you want to develop an application with ember, you can use ember as Front-end mvc framework and your business logic(server side) can be in any of your favourite language(java/Groovy) and database is your choice.

ember comes with ember data i.e., caching system that caches the data you fetched from business layer to ember framework this way it reduces the round trip to server. Call to your business layer can be done through ajax calls from ember.

A rich set of wrappers provided on this framework example, we call lot of functions on a single String object.

👤sekhar

Leave a comment