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

Node.js client #9

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Node.js client #9

wants to merge 35 commits into from

Conversation

piranna
Copy link

@piranna piranna commented Feb 2, 2021

This PR adds a client targeted to be used in Node.js apps, so they can act as clients of the signaling server and participants of the mesh network, for example to implement a proxy to send streams to an MCU or SFU. It has been done by reverse-engineering the protocol from the actual signaling server implementation.

Additionally, it does some improvements in the project and code structure, like unifying the place where messages are decoded, and some backward compatible improvements and fixes in the protocol itself, like ensure that all request messages generate an answer that clients can wait for.

This work has been sponsored by Atos Research & Innovation, with funds from European Union H2020 program.

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

Successfully merging this pull request may close these issues.

None yet

1 participant