Issue
I am trying to develop a server using nodejs that can be accessed through the internet without a public IP address. can somebody help me, please?
Solution
the things were simple. we just have to initiate a socket connection between local and remote servers. the local server should ask for a connection to the remote and the remote should keep the identifier of this local server. after keeping it, the two could now communicate easily through event.
Answered By - RuthelCrab Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.