// Package network allows you to create a network node that performs the role of storing a list of connections. // // The main purpose of the node is to process received messages from other nodes in the network. // The package creates a P2P connection between the network nodes. package network