Skip to content

How to reach your running app

pablopi edited this page Oct 13, 2015 · 3 revisions

All apps in Netbeast router 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.netbeast/apps/{{your app name}}/port

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

http://home.netbeast/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