python - Agent-Modelling System on GAE -
i starting on project simulate agents on google app engine. plan have control panel so:
control panel http://complexityworkshop.com/cw/tutorial/netlogoall.gif
my question during simulation, server has process tasks again , again , display them onto graph. best possible way?
obviously want avoid refreshing page again , again. intermediate in html, so-so in web applications. pointer in right direction needed.
thanks!
digvijay
you should @ either appengine channel api, or xmpp support.
https://developers.google.com/appengine/docs/python/channel/
https://developers.google.com/appengine/docs/python/xmpp/
choice of approach (channel vs xmpp) depend lot on how build ui.
Comments
Post a Comment