//
pkg.gl
Category
github.com/shenghuofei/goexample
websocket
package
0.0.0-20240827060135-362d4481321c
Repository:
https://github.com/shenghuofei/goexample.git
Documentation:
pkg.go.dev
Overview
Dependencies
5
Dependents
0
#
README
golang websocket 简单实例
1. 启动server: go run wss.go
2. 启动client: go run client-http.go
3. 在浏览器打开
http://localhost:8000/即可进行消息的收发