Skip to content

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.

Notifications You must be signed in to change notification settings

AmadoJunior/P2P-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published