0

I am developing a voice + audio chat app. I have successfully created the web app which runs on the computers residing on the same network. Now I want to make upgradation in my project and want to connect the computers of different networks. I ave developed the web app in python. Please tell me how to connect the two computers over the different network using python only?

4
  • This requires tinkering with the routers. Look into port forwarding. Commented Jul 18, 2019 at 11:07
  • Any link to the blog, tutorial Commented Jul 18, 2019 at 11:13
  • What you mean by different networks ? are this networks part of a business? you want to connect users from different ISP's ? Commented Jul 18, 2019 at 11:48
  • Possible duplicate of: stackoverflow.com/questions/57058588/… Commented Jul 18, 2019 at 14:09

1 Answer 1

0

Port forwarding - this one explains how to port forward on specific routers. Basically what you want to do is port forward any ports used by the server of your web app (this is usually only the port 80 for web apps) on your local router. Then find out your global IP somewhere like What is my ip?. After that you can connect to the server from anywhere outside your local network using your global IP.

Sign up to request clarification or add additional context in comments.

1 Comment

Okay I'll see to it. The only thing I have to ensure is the IP of the PCs and the fetching process should be smooth. Rest it will work by using the socket library.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.