go-peer/pkg/network/doc.go
2023-11-08 03:31:35 +07:00

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