electrino icon indicating copy to clipboard operation
electrino copied to clipboard

Use browserify's polyfills

Open gimenete opened this issue 7 years ago • 2 comments

Browserify implements many Node.js libraries but for the browser, such as http, crypto, buffer .

Since they work in a browser, they should work in a webview.

gimenete avatar Jun 10 '17 11:06 gimenete

Shouldn't we embed node instead? There's node API's that arent polyfillable

amilajack avatar Jun 10 '17 16:06 amilajack

I thought this project was about not shipping your own nodejs + chrome runtime, but rather making an electron-mostly-compatible framework using just what your OS has.

gimenete avatar Jun 12 '17 08:06 gimenete