All Projects → libp2p → go-libp2p-quic-transport

libp2p / go-libp2p-quic-transport

Licence: MIT License
An implementation of a libp2p transport using QUIC

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to go-libp2p-quic-transport

hydra-booster
A DHT Indexer node & Peer Router
Stars: ✭ 56 (-45.1%)
Mutual labels:  ipfs, libp2p
peer-id-generator
Vanity public key generator for use with IPFS and IPNS
Stars: ✭ 27 (-73.53%)
Mutual labels:  ipfs, libp2p
Js Libp2p
The JavaScript Implementation of libp2p networking stack.
Stars: ✭ 1,686 (+1552.94%)
Mutual labels:  ipfs, libp2p
edgevpn
⛵ The immutable, decentralized, statically built p2p VPN without any central server and automatic discovery! Create decentralized introspectable tunnels over p2p with shared tokens
Stars: ✭ 223 (+118.63%)
Mutual labels:  ipfs, libp2p
go-ipfs-recovery
Data recovery for IPFS protocol.
Stars: ✭ 16 (-84.31%)
Mutual labels:  ipfs, libp2p
Js Ipfs
IPFS implementation in JavaScript
Stars: ✭ 6,129 (+5908.82%)
Mutual labels:  ipfs, libp2p
go-libp2p-http
HTTP on top of libp2p
Stars: ✭ 49 (-51.96%)
Mutual labels:  ipfs, libp2p
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+4900.98%)
Mutual labels:  ipfs, libp2p
nebula-crawler
🌌 A libp2p DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Stars: ✭ 97 (-4.9%)
Mutual labels:  ipfs, libp2p
ipfs-crawler
A crawler for the IPFS network, code for our paper (https://arxiv.org/abs/2002.07747). Also holds scripts to evaluate the obtained data and make similar plots as in the paper.
Stars: ✭ 46 (-54.9%)
Mutual labels:  ipfs, libp2p
web3.storage
⁂ The simple file storage service for IPFS & Filecoin
Stars: ✭ 417 (+308.82%)
Mutual labels:  ipfs, libp2p
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (-75.49%)
Mutual labels:  ipfs, libp2p
py-multiaddr
multiaddr implementation in Python
Stars: ✭ 27 (-73.53%)
Mutual labels:  ipfs, libp2p
go-libp2p-tor-transport
🚧 WIP: tor transport for libp2p
Stars: ✭ 41 (-59.8%)
Mutual labels:  ipfs, libp2p
QuicPlayer
media player using QUIC protocol
Stars: ✭ 17 (-83.33%)
Mutual labels:  quic
js-http-client
[DEPRECATED] Official Textile JS HTTP Wrapper Client
Stars: ✭ 29 (-71.57%)
Mutual labels:  ipfs
airmedfoundation-terminal
Airmed Foundation's IPFS + Hyperledger Fabric web client
Stars: ✭ 29 (-71.57%)
Mutual labels:  ipfs
ciri-p2p
ciri-p2p is a DevP2P implementation, we also seek to implement LibP2P components upon ciri-p2p codebase in the future.
Stars: ✭ 21 (-79.41%)
Mutual labels:  libp2p
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 154 (+50.98%)
Mutual labels:  quic
tor-dht-poc
Anonymous DHT Accessible from Executable or Tor-Enabled Browser
Stars: ✭ 40 (-60.78%)
Mutual labels:  ipfs

go-libp2p-quic-transport

Godoc Reference Linux Build Status Code Coverage Discourse posts

go-libp2p-quic-transport uses quic-go to provide QUIC support for libp2p.

Install

go-libp2p-quic-transport is a standard Go module which can be installed with:

go get github.com/libp2p/go-libp2p-quic-transport

This repo is gomod-compatible, and users of Go 1.11 and later with modules enabled will automatically pull the latest tagged release by referencing this package. Upgrades to future releases can be managed using go get, or by editing your go.mod file as described by the gomod documentation.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the libp2p Code of Conduct.

Want to hack on libp2p?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].