Closed zimt28 closed 9 years ago
Hi there!
Lets answer your questions:
.electrify
directory, it's a plain Electron project. But there's no current channel of communication between Meteor's server and Electron API. Probably you'd want to manually build a socket channel between Electron x Meteor, as I've suggested this approach here #9 as wellhello! Firstly, super cool project. Keep the momentum :+1:
It would be very helpful to have a sample project/guide on setting up connection between server and electron build
Hi @greatramu, thanks and sorry for the huge delay.
Just to let you know, I'm working with the plugins API and I see this as another plugin in the stack (as mongo, nodejs etc). Without a proper API it would require lots of hacking to get it to work effectively.
However, as I've said, besides the plugins api this question itself requires further research because there's various scenarios of how and where this communication should be established.
I myself will have to dig a little into this topic, anyway it should be out sooner than later.
Stay tuned.
Implemented in 2.0.0
.
Check the project README for more info: https://github.com/arboleya/electrify#meteor-x-electron-integration
Hey there! Thanks for this package, it makes creating desktop apps so simple! I have some questions, hope you're ok with me not opening a bunch of issues :D
Thanks again, great work!