mainmatter / breethe-server

Air Quality Data for Locations around the World

Home Page:https://breethe.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

niklaslong opened this issue · comments

@marcoow Any idea where you'd want to host this? Heroku has limitations: connections are limited, in memory state is lost every 24 hours, etc...

I think heroku is the easiest solution though. I think limited number of connections does not really matter as we don't use sockets and we don't have any in-memory state so if that gets lost it shouldn't be a problem? I'm totally happy to host elsewhere if there are better alternatives but we should be looking for something that's 0 maintenance.

For staging it's absolutely no problem. I was just trying to think ahead?

We're looking for a production deployment solution already actually. I think my above points apply to production as well though (no in-memory state, no websocket connections etc)?

I can't think of anything that might be a problem, other than the fact that it's an umbrella app, but that will hopefully be fairly easy to handle.