js-libp2p-tcp/README.md
David Dias 857702dc56 update
2015-10-29 07:27:39 +00:00

1.2 KiB

js-libp2p-tcp

[ Build Status](https://travis-ci.org/diasdavid/js-libp2p-tcp) Dependency Status js-standard-style

Node.js implementation of the TCP module that libp2p uses, which implements the abstract-connection interface for dial/listen.

note: libp2p-tcp in Node.js is a very thin shim that adds the support to dial to a multiaddr. This small shim will enable libp2p to use other different transports.