Echo JS 0.11.0

<~>
sanemat 3116 days ago. link 1 point
I built my application with electron and level-js.
https://github.com/lyrictenor/electron-triage-for-github/
(Triage for GitHub - Desktop app for dividing GitHub issues and pull-requests into go or no-go quickly.)

I read this wiki.
https://github.com/nwjs/nw.js/wiki/Save-persistent-data-in-app
And I want to use indexeddb or its wrapper.
I think mongo/couch interface is too heavy for my purpose.

Compiling embedded database is also too heavy for me.
So I choose level-js.

And I have a plan to port my app to react-native or cordova.
Then I can use the same interface. There is indexeddb with level-js (android), localstorage with fruitdown (ios).

I think realm is another choice. But they don't have JavaScript SDK yet.

Replies