latysheff / node-sctp

SCTP userspace sockets for Node.js
MIT License
59 stars 10 forks source link

TypeScript, please #21

Open nazar-pc opened 4 years ago

nazar-pc commented 4 years ago

It is really painful to work in code bases of significant size without TypeScript.

Please consider adding TypeScript typings or (even better) refactor to TypeScript as primary source code version (to get all of its benefits too).

I may be able to help with this if this is something that is welcome here.

ibc commented 4 years ago

PRs are welcome :)

latysheff commented 3 years ago

I vote for @shinyoshiaki's implementation, if it suites Mediasoup (https://github.com/versatica/mediasoup). But would like it to support raw sockets too, for use in SIGTRAN (SS7).

@shinyoshiaki @ibc ?

shinyoshiaki commented 3 years ago

@latysheff My implementation is based on aiortc one. They do not support raw sockets. and I won't plan to support raw sockets because I'm only intended for use with the webrtc stack