I'm looking for a method to connect client(web browser) to server(without external IP) using p2p.
As client-side language i would like to use javascript.
I was reading about WebRTC Peer-to-peer but i don't know if it only works with two clients(javascript) or if i can use some other language ( PHP, Python, Node.js ).
I know about signaling, STUN and TURN servers. I have server with external IP address so it won't be a problem.
My question is what programming language can i use on the server?
Probably found an answer. I can use javascript server side in node.js