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

Is there an easy way to use it for node 18|20

Open MatthD opened this issue 1 year ago • 1 comments

Simple question for people who still use it.

Are you able to use it with node v18 or v20 ? Some NAN - NAPI functions are missing (which is strange because AFAIK it should always be retro compatible)

So someone give a try of use it?

MatthD avatar Dec 04 '23 08:12 MatthD

Try using this instead: https://github.com/murat-dogan/node-datachannel/

For simple-peer polyfills: https://github.com/murat-dogan/node-datachannel/tree/master/polyfill

madhur-push avatar Jan 18 '24 09:01 madhur-push