Hi,
I am planning on developing a meteor POS app for a restaurant that would be deployed on a cloud based server (AWS/Digital Ocean). There would also be an e-Menu (iPad/Android Tablet) based component that would allow a customer in the restaurant to send orders from e-Menu tablet to the POS. There will also be an iOS and Android app that would allow the user to place order online (from home) and that order would appear in the POS.
How would I go about setting up the server infrastructure keeping in mind that the internet connection at the restaurant could go down? I imagine that I would need a local server and a remote/cloud based server but how would the dbs keep in sync. ?
I am aware of mongo replica sets but I am not sure if this is the way to go. If so, which of the two servers (local and remote) would connect to which replica set?
Thanks.