Skip to content

nordicdyno/websocket-golang-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/Niessy/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published