Skip to content

MulL1on/WebsocketChatDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatDemo

项目结构

├─server
|   ├─client.go
|   ├─go.mod
|   ├─go.sum
|   ├─hub.go
|   └main.go
├─client
|   ├─client.go
|   ├─go.mod
|   ├─go.sum
|   └main.go

第三方库

  • gorilla/websocket

About

this a chat demo with gorilla/websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages