Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How does gotomypc do it?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01583461
Message ID:
01583472
Views:
99
>GoToMyPC allows bidirectional communication between the client (any browser) and a host computer. The host computer can be behind a router and still be accessible to the client anywhere on the internet. This is done despite the fact that no router port-forwarding rules exist.
>
>As I understand it, the host computer stays in contact with GTMPC servers and when a client connects to GTMPC, the GTMPC servers pass along the connection info to the client to permit direct communication (or something to that effect).
>
>Let's say I wanted to allow bidirectional communication between an internet client and a host computer behind a router without having to configure port-forwarding on the router. What are the options to accomplish something like this?

What information do you want to exchange?
WebSockets (http://en.wikipedia.org/wiki/WebSocket) can be used to set up a bi-directional TCP/IP connection between client and server without routing problems. In the .NET world WCF can use two-way TCP/IP communication ; SignalR will do the same and fall back to long polling if WebSockets is not available.
Previous
Reply
Map
View

Click here to load this message in the networking platform