arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

Pros and cons of electrify vs meteor-electron #48

Open gabrielstuff opened 8 years ago

gabrielstuff commented 8 years ago

Both package / app looks like providing the same functionality. Any difference in the philosophy or the development team behind ?

Project in question : https://github.com/jrudio/meteor-electron

Thanks !

akolnati commented 8 years ago

Meteor-Electron is not as matured as Electrify. In addition to what is mention in the link (see below) the Electrify methods are definitely a plus to access the electron API, which makes Electron Meteor integration work well. https://github.com/jrudio/meteor-electron/issues/26

taliyahpottruff commented 8 years ago

This package is much more suited to offline development. I was using meteor-electron for a completely offline app, but realized that package doesn't provide offline support. However is easier to use.