Zizaco / go-chat

A char application with web sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-chat

A simple chat application using WebSockets written in go

How to build

go get github.com/Zizaco/go-chat
cd ${GOPATH}/src/github.com/Zizaco/go-chat
make
./go-chat --addr=":8080" # addr is optional

Then open localhot:8080 in your web browser

Just practicing a few things here... nothing to be taken seriously : )

About

A char application with web sockets


Languages

Language:Go 64.6%Language:HTML 32.7%Language:Makefile 2.6%