Is it possible to create an offline desktop with database? If it’s possible ,whats the approach?
I have a client who wants me to create an offline app for his business…
Is it possible to create an offline desktop with database? If it’s possible ,whats the approach?
I have a client who wants me to create an offline app for his business…
Yes you can do this in quite a few different ways. A quick search reveals the following walk-through (there are plenty more).
Thanks to Node.js you’ll be able to access a lot of features to create awesome apps, in this case we are going to use the mysql module to access a MySQL database within Electron.