1

I'm wondering if there's a way to deploy Meteor apps in a way that someone could download it, unzip it, then run it so that basically it runs Mongo, runs a Node.js web server, and opens up the browser to (e.g.) http://localhost:4040 where the app will then run. All in one shot, fully self-contained. So no need to put it on a Linux server, install Mongo, set env vars, all that stuff.

CaptSaltyJack
  • 15,283
  • 17
  • 70
  • 99

1 Answers1

2

I think this could be possible with Electron (formerly Atom-Shell). There is tutorial on medium.com and a package called meteor-electron.

Also check out existing questions

  1. Building a pure offline Meteor app
  2. Desktop applications with Meteor.js

UPDATE!

  1. Electrometeor - Desktop Applications w/ Electron + Meteor
Community
  • 1
  • 1
Kifir
  • 142
  • 1
  • 10