Registry / networking / libp2p-go-ws-transport

libp2p-go-ws-transport

JSON →
library0.7.0gogounverified

WebSocket transport for go-libp2p, now deprecated and moved into go-libp2p.

go get github.com/libp2p/go-ws-transport
INSTALL
IMPORT
SIG · LIBP2P-GO-WS-TRANS
L
libp2p-go-ws-transport
networkinggov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

websocket
github.com/libp2p/go-ws-transport

Create a WebSocket transport (deprecated).

package main import ( "github.com/libp2p/go-ws-transport" ) func main() { t := websocket.New() _ = t }
Debug
Known issues
breakingThis package is deprecated; use github.com/libp2p/go-libp2p/p2p/transport/websocket instead.
fix
Replace import with github.com/libp2p/go-libp2p/p2p/transport/websocket.
affects: >=0.7.0
Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
libp2p-go-ws-transport — go get libp2p-go-ws-transport · libregistry