Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 264 Bytes

P2P Network

Peer to peer network implemented using node.js sockets. Peers in the network are able to communicate through broadcasts, removing the need for a direct connection between all peers.

How to Start:
npm run start -- --port=<num>