AmadoJunior / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%