Is there any tech out there that allows for a hosted web application to connect to a local database? For example, say I would like to write some web-based software for a popular point-of-sale solution. The ideal would be to have the customer input their database connection credentials and have the application connect to their locally hosted database.
Why would I want to do this?
- Low barrier to entry to use software: no data exports / imports
- No need for customer to install a publicly exposed web service
- For web apps with private data sets (think ERP, POS, CRM), the private data could all be hosted locally
Is this a pipe dream?