mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-01 22:56:41 +00:00
9 lines
277 B
Go
9 lines
277 B
Go
//Package relay
|
|
/*
|
|
The `relay` package contains the implementation of the Relay server and client. The Relay server can be used to relay
|
|
messages between peers on a single network channel. In this implementation the transport layer is the WebSocket
|
|
protocol.
|
|
|
|
*/
|
|
package relay
|