Hey Gang, I am hoping that a few here can point me in the right direction.
I have a online game that posts data to a server. The server
broadcasts the information
back to all of the clients via another post to the clients IP addresses.

Now, while processing the POST data is not a problem, how, or in what fashion do
I send the data to the template as a var or dictionary. As of now when
I need to update
the data by directing to the view via a url and then redirecting back
to the template. This is not
going to work 28 times a second.

Currently I am thinking about ways to change vars in the template
without refreshing the page.
Is there a shortcut back to the template from a view without reloading
it? Or is there a better way
entirely?



-- 
Bringing game to younix
Bust0ut Entertainment  ---
PureBreedDefense.com --> TheLinuxGame.com --> PBDefence.com
"Finding the exit without looking"

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to