Search code examples
architecturedigital-oceanparse-server

Will this setup work? (Parse-Server/DigitalOcean)


enter image description here

Will the following setup work?:

  • (DigitalOcean) Load Balancer
  • 2 identical Parse-Server instances (same config, cloud code, etc.)
  • 1 MongoDB instance

I am worried about potential session-related issues, etc.


Solution

  • Sessions are managed in the database, you don’t have to worry about them! That should work very well and you can scale horizontally with this pattern with very few hurdles