node-sctp icon indicating copy to clipboard operation
node-sctp copied to clipboard

TypeScript, please

Open nazar-pc opened this issue 5 years ago • 3 comments

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.

nazar-pc avatar May 12 '20 15:05 nazar-pc

PRs are welcome :)

ibc avatar May 12 '20 19:05 ibc

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 ?

latysheff avatar Aug 06 '20 09:08 latysheff

@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

shinyoshiaki avatar Aug 07 '20 11:08 shinyoshiaki