mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user