Skip to content

How to reach your running app

Jon Senra Dearle edited this page May 11, 2015 · 3 revisions

All apps in xway are launched in a random free port. To figure out in which port is running an app you just have to perform a GET request:

GET http://home.xway/apps/{{your app name}}/port

Or simply interact with it through a proxy you have at:

http://home.xway/i/{{your app name}}

So there is no need to know the port in advance.

Written with ♥ by Jesús D. Rivera.

Clone this wiki locally