Hi.
I want to use my Arduino Yun as a Server, I mean that It can be accessed from around the world (Clients Send GET, PUT, POST, requests, to recover data, or change some parameter that acts over an actuator).
I know that this is a problem because usually this devices are behind a router and have a dynamic IP, and is "visible" only within a local network, e.g., our home network.
I know that there are services like Yaler and Spacebrew that apply the (HTTP REVERSE - RELAY) mechanism, using a intermediate server to redirect the request to the device's local IP.
I would like to find some simple example implemented with node.js and socket.io, to start with or some place where explain how to do it.
PD: I'm using node, node-serialport, socket.io and johnny-five in the Yun.
Thanks