Skip to content

ss-dev/go-chat-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

3 kinds of chats

Here are 3 approaches to implement a simple web chat on Go:

WebSocket Chat

This is example of implementation a simple WebSocket chat. The application uses Gorilla WebSocket package.

Running the example

For running the example you should have working Go development environment. You can start the server using the following commands:

$ go get github.com/ss-dev/go-chat-websocket
$ cd `go list -f '{{.Dir}}' github.com/ss-dev/go-chat-websocket`
$ go run app.go

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

About

Simple websocket chat on Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published