mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
648 stars 68 forks source link

Bundle the frontend as a web target #905

Open bgrins opened 8 years ago

bgrins commented 8 years ago

If we want to load the browser chrome over http we will need to bundle it as a web app instead of an electron-renderer app.

This would also prevent from leaking node / electron dependencies into the frontend

bgrins commented 8 years ago

This will require introducing some externals in the webpack config, and we'll also need to use websockets instead of ipcRenderer for main process <-> renderer process communication

mykmelez commented 7 years ago

@bgrins had a WIP branch for this at one point: https://github.com/bgrins/tofino/tree/no-node