latysheff/node-sctp

TypeScript, please

Opened this issue · 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.

ibc commented

PRs are welcome :)

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
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