electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 48 forks source link

Provide a generic event listener function #31

Closed wearhere closed 8 years ago

wearhere commented 8 years ago

This allows the main and renderer (app and web) processes to communicate via IPC, without the web having direct access to the IPC module.