Does it possible to use meteor?

I know I can use express on server side, and jquery on front side, but does it possilbe to use meteor on both?

1 Like

Not really at the moment. We’re not setup to handle the way it requires to write to the filesystem and its own db at runtime. There has been a lot of interest in Meteor on HyperDev though, so it’s definitely something we’ll be looking to support in the future.

1 Like

[7 months later] Is this more possible / easy now that Gomix apps can write to the filesystem?

1 Like

Not really, sadly. The filesystem does help, but the installer is larger than the space you have on Gomix (it bundles Mongo and all sorts of other stuff) and it requires command line access to use.

3 Likes