# js-libp2p-utp **Repository Path**: mirrors_libp2p/js-libp2p-utp ## Basic Information - **Project Name**: js-libp2p-utp - **Description**: uTP module libp2p uses. Implements the interface-transport spec - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)