mirror of
https://github.com/number571/go-peer.git
synced 2026-09-13 18:45:44 +05:00
6 lines
295 B
Go
6 lines
295 B
Go
// 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
|