Hacker News new | ask | show | jobs
by hisyam 3306 days ago
Some devs want to develop js apps without paying/maintaining a server.
1 comments

Since they're just static files, that should be pretty easy to do :)
Some js apps need to work with database.

eg: I'd like to build an expense tracker with html/css/js/sqlite but I want it to be offline and the user can choose to save their db file in their dropbox/gdrive folder.