Skip to content

WebSocket based online chat system written with GO

Notifications You must be signed in to change notification settings

mougeCM/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

使用GO写的基于webSocket的在线聊天系统

Running the example

The example requires a working Go development environment. The Getting Started page describes how to install the development environment.

Once you have Go up and running, you can download, build and run the example using the following commands.

$ go get github.com/gorilla/websocket
$ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/chat`
$ go run *.go

To use the chat example, open http://localhost:8080/ in your browser.

go-chat

About

WebSocket based online chat system written with GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published