On Sun, 08 Oct 2017 17:15:34 GMT, Rey Valeza wrote:

Hi,

Is there an existing implementation of STUN / TURN server in Vibe.d? I hope to add a video chat to my existing web app here:

https://findyourtutor.info/

Thanks!

I just noticed this one a while ago: http://code.dlang.org/packages/ice

It uses plain sockets, but it should be trivial to port to vibe.d. I have no idea how complete or stable it is, though.