README ¶ Minimal P2P server in Go wsgo is a lightweight Go library that provides a simple interface for building p2p-based applications. It includes reusable packages for client and server functionality and runnable command-line examples. Features Supports TCP and Websocket protocols Docker support for servers ToDo Add support for QUIC and WebRTC Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type P2PServer type WsClient type WsServer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type P2PServer ¶ type P2PServer = p2p.P2PServer type WsClient ¶ type WsClient = client.WsClient type WsServer ¶ type WsServer = server.WsServer Source Files ¶ View all Source files wsgo.go Directories ¶ Show internal Expand all Path Synopsis client cmd client command p2p command server command internal crypto model p2p protocol server Click to show internal directories. Click to hide internal directories.