Skip to content

Some Go WebSocket examples based on gorilla/websocket. Including echo server, chat room, etc.

License

Notifications You must be signed in to change notification settings

lixingkai55/go-websocket-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-websocket-examples

echo

cd echo
go run echo.go

chat

cd chat
go run *.go

chat-multi-rooms

cd chat-multi-rooms
go run *.go

About

Some Go WebSocket examples based on gorilla/websocket. Including echo server, chat room, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 72.1%
  • HTML 27.9%