@arve.knudsen/libp2p-daemon

0.2.9 • Public • Published

libp2p-daemon JavaScript implementation

A standalone deployment of a libp2p host, running in its own OS process and installing a set of virtual endpoints to enable co-local applications to: communicate with peers, handle protocols, interact with the DHT, participate in pubsub, etc. no matter the language they are developed in, nor whether a native libp2p implementation exists in that language.

Lead Maintainer

Jacob Heun

Specs

The specs for the daemon are currently housed in the go implementation. You can read them at libp2p/go-libp2p-daemon

Install

npm i -g libp2p-daemon

Usage

For a full list of options, you can run help jsp2pd --help. Running the defaults, jsp2pd, will start the daemon and bind it to a local unix socket path. Daemon clients will be able to communicate with the daemon over that unix socket.

Contribute

This module is actively under development. Please check out the issues and submit PRs!

License

MIT © Protocol Labs

Readme

Keywords

Package Sidebar

Install

npm i @arve.knudsen/libp2p-daemon

Weekly Downloads

0

Version

0.2.9

License

MIT

Unpacked Size

44.3 kB

Total Files

9

Last publish

Collaborators

  • arve.knudsen