Skip to content

The very simple example of chat application written in Go, just by using standard package to handle WebSocket.

Notifications You must be signed in to change notification settings

otiai10/colorchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Chat

as a very simple example of chat application written in Go.

Getting Started

% go get -u github.com/otiai10/colorchat/...
% colorchat

Deploy to Heroku

It's just an example of golang.org/x/net/websocket package, so it's not expected to be deployed and used widely. Nevertheless, if you want to deploy your own, hit following commands

# heroku login #(if needed)
% heroku create
# heroku container:login #(if needed)
% heroku container push
# heroku open

About

The very simple example of chat application written in Go, just by using standard package to handle WebSocket.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published