Y
Hacker News
new
|
ask
|
show
|
jobs
by
amiguel
2414 days ago
You guys are using webRTC for the communication between clients and server ?
1 comments
geoffchan23
2414 days ago
We sure are! We are using WebRTC in order to make it accessible on a large number of devices, but we are not using a public STUN/TURN server in order to keep our platform as secure as possible.
link
bluetwo
2414 days ago
I am very curious about this approach. What kind of hardware/software. How much of a learning curve for the two of you as already-web developers?
link
fyp
2414 days ago
I have only played with webrtc before, but what is the problem with public stun and turn?
link
0xdeadbeefbabe
2414 days ago
I was going to say there aren't any, but here is a list:
https://gist.github.com/sagivo/3a4b2f2c7ac6e1b5267c2f1f59ac6...
link
geoffchan23
2414 days ago
Thanks for posting this :)
link
geoffchan23
2414 days ago
There is no real problem with using a public STUN server. We are using our own STUN/TURN server just to ensure reliability and up time.
link
SomaticPirate
2414 days ago
What kind of a stack are you running WebRTC on?
link
geoffchan23
2414 days ago
We're using React for our client app and bridging the connection using websockets.
link