Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 239 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 239 Bytes

Ping2Pong is an example of a peer-to-peer application. In this network, each peer pings other peers and responses with the pong message.

Running application

# Install dependenices
npm install

# Start application
npm start