You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
About
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.