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
Post a Comment