fidm / quic

[DEPRECATED, recommended https://github.com/nodejs/quic] A QUIC server/client implementation in Node.js
MIT License
131 stars 13 forks source link

Trying to get involved #15

Closed Horaddrim closed 5 years ago

Horaddrim commented 5 years ago

I'm trying to get familiar with the code base, and all this idea of implement a new protocol in Node.js, wich I'll love to help! So, just to start helping, and for me to know how we can work together in this library, I've created the SocketFamily Enumerator to help identify what number to pass to the createSocket function, and just fixed some function declaration order, aiming code clarity without hoisting.

Please, any feedbacks are REALLY welcome, and we can work together in a contributor guide or something like that!