# go-websocket-client **Repository Path**: profile_ming/go-websocket-client ## Basic Information - **Project Name**: go-websocket-client - **Description**: 基于github.com/gorilla/websocket实现的websocket client,单机多个client - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-03-31 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-websocket-client #### 介绍 基于github.com/gorilla/websocket实现的websocket client,单机多个client #### 安装教程 ``` go run main.go ```