Skip to main content

Overview

VPS (Digital Ocean, Linode, AWS EC2)

This architecture is very cost-effective, you can even deploy a Web project which supports Celery on a Digital Ocean Droplet which costs only $10/mo

The drawbacks:

  1. It is not easy to Scale in the future.
  2. You need a little more time to do some Devops work.

Deploy to Digital Ocean

Heroku

This architecture is very popular and has a great ecosystem.

If you are not sure where to deploy your project, I would recommend you to try Heroku

The drawbacks:

  1. The price is not friendly to some people.