- Node B is now listening for a connection on TCP at 127.0.0.1:10102, connect
your application there to complete the connection
Next, have your application open a connection to `127.0.0.1:$SOME_PORT`. This connection will be forwarded to the service running on `127.0.0.1:$APP_PORT` on the remote machine.
### Road to being a real feature
-[] Needs more people to use and report on how well it works / fits use cases
-[] More documentation
-[] Support other protocols
-[] Support other protocols (e.g, unix domain sockets)