Is it possible to establish a remote connection to a meteor server?

I would like to publish some meteor/polymer components on github pages. Those components are using meteor functionalities so of course I need meteor functionality running to show off the components. Is it possible to connect to a meteor server remotely while the components are hosted on github pages?

You could do a meteor build and put the whole client bundle on GitHub pages!

Interesting, thanks I’ll try that :slight_smile:

This is no longer accurate?