How to use the libp2p-websockets.prototype function in libp2p-websockets

To help you get started, we’ve selected a few libp2p-websockets examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github libp2p / js-libp2p / test / transports / transport-manager.spec.js View on Github external
it('should be able to add and remove a transport', async () => {
    tm.add(Transport.prototype[Symbol.toStringTag], Transport)
    expect(tm._transports.size).to.equal(1)
    await tm.remove(Transport.prototype[Symbol.toStringTag])
  })
github libp2p / js-libp2p / test / transports / transport-manager.spec.js View on Github external
it('should be able to add and remove a transport', async () => {
    tm.add(Transport.prototype[Symbol.toStringTag], Transport)
    expect(tm._transports.size).to.equal(1)
    await tm.remove(Transport.prototype[Symbol.toStringTag])
  })
github libp2p / js-libp2p / test / dialing / direct.spec.js View on Github external
before(() => {
    localTM = new TransportManager({
      libp2p: {},
      upgrader: mockUpgrader,
      onConnection: () => {}
    })
    localTM.add(Transport.prototype[Symbol.toStringTag], Transport)
  })

libp2p-websockets

JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis