Updating data in jquery mobile using Django as backend -


i have running django projects , jquery mobile web-app display content database. far, works fine. have background task, updates db, , view changes, have reload page see them. there possibility update e.g. listview data, let's every second?

thank you!

you use websockets connect node.js server, broadcast updates list of listeners when data changes in background process.

read more :


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -