mickelsonm / websocket-golang-chat

Simple chat using golang and websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a demo of a simple web chat app using golang and websockets.

This requires the go websocket package, to get the package

go get code.google.com/p/go.net/websocket

To get the files for this example app

go get github.com/domluna/websocket-golang-chat

go install

Note that in order to call the binary from any folder you have to change the path in line 17 to

"PATH_TO_FOLDER/websocket-golang-chat/chat.html"

If your not going to need to call it from anywhere but the current folder then dont do anything.

About

Simple chat using golang and websockets

License:MIT License


Languages

Language:Go 56.2%Language:HTML 43.8%