Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libp2p/js-libp2p-utp

uTP module libp2p uses. Implements the interface-transport spec
https://github.com/libp2p/js-libp2p-utp

Last synced: 28 days ago
JSON representation

uTP module libp2p uses. Implements the interface-transport spec

Awesome Lists containing this project

README

        

# js-libp2p-utp

:warning: Not actively maintained.

๐Ÿ‘‰ If you are looking for libp2p transports check [js-libp2p/doc/CONFIGURATION.md#transport](https://github.com/libp2p/js-libp2p/blob/master/doc/CONFIGURATION.md#transport).

If you would like to help getting this module updated check [js-libp2p-utp#81](https://github.com/libp2p/js-libp2p-utp/pull/81)

---

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)

[![](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-utp.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-utp)
[![](https://img.shields.io/travis/libp2p/js-libp2p-utp.svg?branch=master)](https://travis-ci.com/libp2p/js-libp2p-utp)
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-utp.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-utp)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

![](https://raw.githubusercontent.com/libp2p/interface-connection/master/img/badge.png)
![](https://raw.githubusercontent.com/libp2p/interface-transport/master/img/badge.png)

> Node.js implementation of the `ยตTP` module that `libp2p` uses, which implements the [interface-transport](https://github.com/libp2p/interface-transport) interface for dial/listen. Connections follow [interface-connection](https://github.com/libp2p/interface-connection).

## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

# Acknowledgements

`js-libp2p-utp` is a wrapper on top on [utp](https://github.com/mafintosh/utp) originally developed by [Mathias Buus](https://github.com/mafintosh)