demeteorizer

Meteor leaderboard app on node-webkit

纵然是瞬间 提交于 2019-12-06 11:27:42
问题 I am trying to get the meteor leaderboard app to run on Node-Webkit. I have demeteorized it and compressed it to a .nw file but when I drop it in. I get errors: Invalid Package There is no 'package.json' in the package, please make sure the 'package.json' is in the root of the package. I have read on various thread but nothing clear yet. It seems like the demeteorized app needs to be restructured. Also need to figure out how to run the server [Locally/DDP]. Edited: P.S. I am using the

Demeteorizer with node-webkit

别说谁变了你拦得住时间么 提交于 2019-12-06 10:59:35
问题 I'm trying to make a desktop application using meteor. Can I use Demeteorizer to convert it to a standard node.js app, then use ndoe-webkit to turn it into a desktop app? My problem with this is, how would the mongodb database still work? If this is not a valid option, is there any other way to do this? 回答1: Interesting idea. Demeteorizer will help you create a bundle that can be installed anywhere. You would then be able to use this on a desktop computer. There are a few things you need to

Demeteorizer with node-webkit

安稳与你 提交于 2019-12-04 17:35:35
I'm trying to make a desktop application using meteor. Can I use Demeteorizer to convert it to a standard node.js app, then use ndoe-webkit to turn it into a desktop app? My problem with this is, how would the mongodb database still work? If this is not a valid option, is there any other way to do this? Interesting idea. Demeteorizer will help you create a bundle that can be installed anywhere. You would then be able to use this on a desktop computer. There are a few things you need to keep in mind when using node-webkit 1) You need to load the URL that is running the server, which is what