Can I compile and use meteor code in a desktop application? If yes, how?
Asked
Active
Viewed 45 times
1 Answers
2
Short Answer
Long Answer
This can be accomplished using the Atom Shell, and they have made a starter kit that you can use to help you test the thing out.
Here is the default Meteor app running on Atom, and how it is done is discussed in the answer to this StackOverflow question.
So, in short, you basically put all your Meteor code in a /meteor folder (see 'default Meteor app' link above) and then run the sucker wrapped in Atom Shell. You can do that by following the Atom Shell Quick Start Guide, and if you want an executable app instead of one which you execute from the command line, bundle it up and create your joy following this little ditty on the same topic called Application Distribution.

Community
- 1
- 1

Bottled Smoke
- 356
- 1
- 6