mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-15 11:21:04 +01: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
|