Host Ember http-mock server on an external server

I am currently building a mobile application using emberjs and cordova. I am also using the http-mock server for my tests.

I was wondering if there is a way to host and run this mock server on a server (such as Heroku), to be able to access it from anywhere?

If you have any idea how to do this it would be really helpful!

Thanks.

I am not an expert but if you like I can help with a CouchDB setup on Cloudant or IrisCouch It is free for testing and in most classes even in production. My Couch/Pouch example is hosted on Cloudant. PouchDB will help you with bad connections on mobile. You can always run your own CouchDB on your own server or even on your local machine.