K
K
kutase1232014-11-25 13:12:33
JavaScript
kutase123, 2014-11-25 13:12:33

How to use django with Knockout.js to create an MVVM application?

Actually, the question is in the title. You need to send json objects from django and respond to requests using knockout. That is, the page will be rendered once, and then ajax. I thought that django REST modifications would do, but I don’t understand how to organize this server-client bundle.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-11-25
Protko @Fesor

Knockout helps you organize the UI. Synchronization of data with REST can be hung on the backbone, for example. In any case, the implementation of the server does not depend on what you will use on the client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question