Dexie Cloud Case #1862
toomanylogins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could somebody please advise if the following use case is suitable for dexie cloud.
I have a hosted reservation scheduling solution (bootstrap website) with a simple reservation calendar widget . The end-users are the general public who do not authenticate and simply use the booking widget to make a reservation.
I have serverless version of the booking widget hosted in AWS S3 however this still requires the users to run the hosted web application 24/7 in order to check availability for an appointment.
Would it be possible to use dexie to synchronise end-users with a dexie db ie update the availablity while the hosted system is offline? Then update the hosted DB when online. In this case a production user would be the hosted system plus one generic end user ?
Is this a suitable use case for dexie as the end users are mainly one-off ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions