Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodejs support #43

Open
temaivanoff opened this issue Sep 3, 2023 · 3 comments
Open

Nodejs support #43

temaivanoff opened this issue Sep 3, 2023 · 3 comments

Comments

@temaivanoff
Copy link

Hi, this wasm lib work to Nodejs ? Nodejs not support native webrtc. I can extend functionality with this library for nodejs ?

@paullouisageneau
Copy link
Owner

No, this is just a wrapper that exposes the existing WebRTC JS API to C++ wasm programs, it needs the WebRTC implementation to be there already.

You might be interested in node-datachannel which adds WebRTC support to node.js.

@jimmywarting
Copy link

but NodeJS has globalThis.WebAssembly. dose it not work?

@paullouisageneau
Copy link
Owner

but NodeJS has globalThis.WebAssembly. dose it not work?

What do you mean? This is a C++ wrapper for the existing WebRTC JavaScript API (which Node.js does not support natively), it does not provide the implementation by itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants