bunsenbrowser / bunsen

🔥 Bunsen Browser provides easy to use offline P2P application and file distribution that is verifiable on Android devices. https://bunsenbrowser.github.io/
117 stars 7 forks source link

Wishing node away? #84

Open chrisekelley opened 5 years ago

chrisekelley commented 5 years ago

Can we remove node and have a learner stack? Can we switch from Cordova to React-native?

Some links to relevant implementation details in Bunsen will follow soon.

Let's meet at https://talky.io/dat

chrisekelley commented 5 years ago

Here's our very new developer API doc: https://github.com/bunsenbrowser/bunsen/wiki/Using-the-DatArchive-API-in-Bunsen-to-create-dat-applications

We have a node app that loads the datArchive-related libs and enables us to save files to the mobile device's fs. Here is the relevant code:

https://github.com/bunsenbrowser/bunsen/blob/master/www/nodejs-project/index.js#L112