Creating a Peer to Peer Network in C

Описание к видео Creating a Peer to Peer Network in C

Developing a peer-to-peer network from scratch in C, live.

Source Code:
https://github.com/ericomeehan/libeom

Join us on Discord:
  / discord  


A peer-to-peer network is one in which each node may act as a client and server simultaneously.  Every node can make and respond to requests from any other node on the network.  These kinds of decentralized networks are used in a variety of settings including blockchains, file sharing, and (as is the topic of today's video) chatrooms.  

Комментарии

Информация по комментариям в разработке