docs: Add a long document explaining the events system.

This is probably one of Zulip's most important systems, and thus worth
documenting carefully.
This commit is contained in:
Tim Abbott
2017-02-10 01:09:31 -08:00
parent 092bdc7645
commit 92219aa3dd
5 changed files with 266 additions and 11 deletions

View File

@@ -40,9 +40,9 @@ location /static/ {
}
```
## Nginx routes other requests [between tornado and django][tornado-django]
## Nginx routes other requests [between django and tornado][tornado-django]
[tornado-django]: architecture-overview.html?highlight=tornado#tornado-and-django
[tornado-django]: architecture-overview.html?highlight=tornado#django-and-tornado
All our connected clients hold open long-polling connections so that
they can receive events (messages, presence notifications, and so on) in