README.md 747 Bytes
Newer Older
Marten Seemann's avatar
Marten Seemann committed
1
2
# go-quic-transport

Marten Seemann's avatar
Marten Seemann committed
3
4
5
6
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/marten-seemann/libp2p-quic-transport)
[![Linux Build Status](https://img.shields.io/travis/marten-seemann/libp2p-quic-transport/master.svg?style=flat-square&label=linux+build)](https://travis-ci.org/marten-seemann/libp2p-quic-transport)
[![Code Coverage](https://img.shields.io/codecov/c/github/marten-seemann/libp2p-quic-transport/master.svg?style=flat-square)](https://codecov.io/gh/marten-seemann/libp2p-quic-transport/)

Marten Seemann's avatar
Marten Seemann committed
7
8
9
10
This is an implementation of the libp2p transport using a single stream over QUIC.
It is intended as a first demo using QUIC in IPFS.

**It is not intended for production use.**