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

feat: add node.js/electron support for webrtc transport #1905

Merged
merged 8 commits into from
Jul 31, 2023

Commits on Jul 28, 2023

  1. feat: add node.js support for webrtc transport (private-to-private, p…

    …rivate-to-public)
    
    Uses [node-datachannel](https://www.npmjs.com/package/node-datachannel) to
    adds support for node.js to @libp2p/webrtc.
    
    Supports:
    
    - Dialing private-to-private
    - Listening private-to-private
    - Dialing private-to-public
    
    Does not support:
    
    - Listening private-to-public
    achingbrain committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5da1959 View commit details
    Browse the repository at this point in the history
  2. chore: ignore datachannel

    achingbrain committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    86e55b9 View commit details
    Browse the repository at this point in the history
  3. chore: fix linux build

    achingbrain committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1aad81e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c5808a View commit details
    Browse the repository at this point in the history
  5. chore: revert electron

    achingbrain committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8bcda41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39fd377 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    6a4e1de View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    7615a65 View commit details
    Browse the repository at this point in the history