Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor as a native OSX or Windows 8 app

Is there any way to take my meteor app and turn it into a native desktop app on OSX or Windows 8? Something that I can put in the App Store or put a download link to as a DMG on my website?

I'm looking for something fairly simple to use. Sort of like a Phonegap for the desktop except with meteor and node.js support.

like image 738
carte Avatar asked Mar 20 '14 12:03

carte


1 Answers

There is a project under works for that. It's still in early stages, but you should be able to build an app with it. It's a way to interface with your app's Meteor server via DDP and connect that data in a native iOS app.

Here is the project: https://github.com/martijnwalraven/meteor-ios

Hope that helps!

like image 84
rgoomar Avatar answered Nov 24 '22 00:11

rgoomar