The main process opens a connection to a service, to which a renderer requires access.
Is this possible?
I've tried declaring global.thing and exports.thing, and having the renderer require('electron').remote.thing — where thing is a function or scalar — but no luck.