/P2P-Network

Peer to peer network architecture implemented using NodeJS' Net module. Peers in the network are able to communicate through broadcasts, removing the need for a direct connection between all peers.

Primary LanguageTypeScript

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>