I'm developing a django-based MMO, and I'm wondering what would be the best way for server-client communication. The solutions I found are:
- periodical AJAX calls
- keeping a connection alive and sending data through it
Later edit:
This would consist in "you have a message", "user x attacked you", "your transport to x has arrived" and stuff like this. They could grow in number (something like 1/second), but for a typical user they shouldn't reach 1/minute