https://github.com/chriamue/libp2p-example
Server - Client example for libp2p
https://github.com/chriamue/libp2p-example
example-code libp2p p2p p2p-network server-client-communication
Last synced: 2 months ago
JSON representation
Server - Client example for libp2p
- Host: GitHub
- URL: https://github.com/chriamue/libp2p-example
- Owner: chriamue
- License: unlicense
- Created: 2020-01-05T13:03:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:36:28.000Z (over 3 years ago)
- Last Synced: 2026-03-09T11:51:45.119Z (4 months ago)
- Topics: example-code, libp2p, p2p, p2p-network, server-client-communication
- Language: JavaScript
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libp2p-example
Server - Client example for libp2p
# quickstart
## installation
```bash
git clone https://github.com/chriamue/libp2p-example
cd libp2p-example
npm install
```
## running server
```bash
node server.js
```
## running client
```bash
node client.js
```