I want to create peer-to-peer connections between 2 nodejs client.
using websocket (dnode)
here is the limit:
- nodejs client run at 2 pc which is in different network.
- they don't have static ip (192.168.1.100 && 192.168.2.200) behind NAT or firewalls
- no permission to change the mapping of router.
- has only static web server in public network. (can change the file by human)
- can install application at pc (win)
is it possible? thanks