/ping2pong

Ping-pong game in peer-to-peer world

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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