|
|
|
|
|
by nexuist
1868 days ago
|
|
This is what I do for my home-grown apps. I write as much as I can in JS, and then provide a localhost API to access native operations like notifications or file management. I have one always-on background server that lets me execute arbitrary SQL on one SQLite file and use that as a shared database between all of my small apps and it works great. |
|