Rantanen / node-dtls

JavaScript DTLS implementation for Node.js
ISC License
58 stars 15 forks source link

alternative implementation #19

Closed reklatsmasters closed 6 years ago

reklatsmasters commented 6 years ago

Hello, @Rantanen! Almost a one year ago i began nodertc - pure js webrtc implementation (datachannel layer). WebRTC required dtls as one of transport layers. A few weeks ago i finished second step of my implementation - i released nodertc/dtls. Right now it's client-side impl. only with lightweight architecture.

I planned to maintain my dtls module. Yours dtls impl. seems unmaintained. Could you add a link to https://github.com/nodertc/dtls as maintained alternative? :cat:

Rantanen commented 6 years ago

Great work! Webrtc was my aim as well, but I ran out of motivation with the dtls implementation. :)