arboleya / electrify

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

convert from webapp to desktop #62

Closed stallter4 closed 8 years ago

stallter4 commented 8 years ago

Hi... I have a simple, probably green question. If I create my web app in meteor, mongodb, and node.js, and make it fully functional in the web does electrify just require me to download, add a few dependencies and it spits out an .exe that can be ran on any similar operating system?

cosmin-novac commented 8 years ago

It creates an executable that will run on that specific operating system.

stallter4 commented 8 years ago

Wow. Amazing. So I can concentrate on the web app for now and when its 100% I can quickly make into a desktop app. That's wild

stallter4 commented 8 years ago

so its true that I can build my meteor app without a thought give to electrify, then if business demands a desktop version I can electrify the thing in a couple days?