An open API service indexing awesome lists of open source software.

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

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
```