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