https://github.com/libp2p/js-libp2p-daemon
A js-libp2p backed daemon
https://github.com/libp2p/js-libp2p-daemon
Last synced: 4 months ago
JSON representation
A js-libp2p backed daemon
- Host: GitHub
- URL: https://github.com/libp2p/js-libp2p-daemon
- Owner: libp2p
- License: other
- Created: 2018-11-28T16:14:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T10:08:32.000Z (9 months ago)
- Last Synced: 2025-10-25T14:41:16.530Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.16 MB
- Stars: 17
- Watchers: 10
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# js-libp2p-daemon
[](http://libp2p.io/)
[](https://discuss.libp2p.io)
[](https://codecov.io/gh/libp2p/js-libp2p-daemon)
[](https://github.com/libp2p/js-libp2p-daemon/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
> Standalone libp2p executable
# Packages
- [`packages/libp2p-daemon`](https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon) libp2p-daemon JavaScript implementation
- [`packages/libp2p-daemon-client`](https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-client) libp2p-daemon client implementation
- [`packages/libp2p-daemon-protocol`](https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-protocol) Communication protocol between libp2p daemons and clients
- [`packages/libp2p-daemon-server`](https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-server) API server for libp2p-daemon instances
# API Docs
-
# License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p-daemon/blob/main/LICENSE-APACHE) / )
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p-daemon/blob/main/LICENSE-MIT) / )
# Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.