Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 233 Bytes

go-websocket

###websocket demo with golang

first need websocket library on go.net

go get code.google.com/p/go.net/websocket

run go server:

go run websocket.go

visit http://localhost:8080/chat on browser