# websocket-go-jsonrpc **Repository Path**: meta-liam/websocket-go-jsonrpc ## Basic Information - **Project Name**: websocket-go-jsonrpc - **Description**: websocket-go-jsonrpc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-05 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # websocket-go-jsonrpc > Go语言实现的websocket JsonRPC服务端。 ## 使用 业务逻辑在manage_msg.go页面实现。 ```shell go mod tidy go run v1/main.go ``` ## 客服端例子 [client测试例子](../examples/v1-client/index.html)