Skip to content

ss-dev/go-chat-comet

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:

Comet Chat

This is example of implementation a simple Comet chat.

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-comet
$ cd `go list -f '{{.Dir}}' github.com/ss-dev/go-chat-comet`
$ go run app.go

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

About

Simple comet chat on Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published