This is a sample Zulip app, configured for deployment to Render. Zulip is an open-source real-time chat application with an email threading model.
The code in this repository will create the following components on Render:
- Zulip web/application server which contains:
- NGINX: frontend web server that serves static assets and proxies to Django and Tornado
- Django: main web application server
- Tornado: asynchronous server for maintaining persistent client connections
- Supervisor: Monitors and maintains all server processes
- Memcached instance: used to cache database model objects
- Redis instance: used as a temporary data store
- RabbitMQ instance: used as a queuing system and to communicate between Django and Tornado
- PostgreSQL instance: used to store all persistent data
Fork this repo and click the button below to deploy.
More details at https://render.com/docs/deploy-zulip.
If you need help, get in touch at https://community.render.com.