Skip to content

chriamue/libp2p-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libp2p-example

Server - Client example for libp2p

quickstart

installation

git clone https://github.com/chriamue/libp2p-example
cd libp2p-example
npm install

running server

node server.js

running client

node client.js