RejectedSoftware Forums

Sign up

STUN server in Vibe.d

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!

Re: STUN server in Vibe.d

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.

Re: STUN server in Vibe.d

On Sun, 08 Oct 2017 18:10:40 GMT, Sönke Ludwig wrote:

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.

Thanks again, as always!