2015-07-10 12:28:40 -07:00
2015-07-10 12:28:40 -07:00
2015-07-10 12:28:40 -07:00
2015-07-10 12:28:40 -07:00
2015-07-08 15:59:25 -07:00
2015-07-08 16:22:59 -07:00
2015-07-08 16:22:59 -07:00
2015-07-08 15:59:25 -07:00
2015-07-08 23:01:36 -07:00
2015-07-10 12:28:40 -07:00

ipfs-swarm Node.js implementation

IPFS swarm implementation in Node.js

Description

ipfs-swarm is an abstraction for the network layer on IPFS. It offers an API to open streams between peers on a specific protocol.

Ref link (still a WiP) - https://github.com/diasdavid/specs/blob/protocol-spec/protocol/layers.md#network-layer

Usage

API calls

.openStream .registerHandle

Events emmited

.on('error')

.on('connection') .on('connection-unknown')

.on('stream') .on('stream-unknown')

Description
No description provided
Readme 23 MiB
Languages
TypeScript 100%