Meteor build client!

I’ve finally took the time the build a tool to easily get the client part of a Meteor app, so that it can be distributed on any static server, desktop app container or mobile container.

You can even now simply run the index.html and start your app using the file:// protocol.

By using DDP.connect() you can still connect to any Meteor server, or simply use an API as backend.

Read more about it here: http://frozeman.de/blog/2015/05/meteor-build-client/

What you guys think?

6 Likes