Skip to content

rlaffers/golang-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChat

This is a proof of concept project implementing simple chat over websockets in Go. The project is heavily inspired by Gary Burd.

Installation

Copy the public/ directory to your web server's document root or create a symlink.

git clone https://github.com/rlaffers/golang-websocket.git
cp -R golang-websocket.git/public /var/www/go-chat
# or create a symlink
ln -s golang-websocket.git/public /var/www/go-chat

Usage

Start the websocket server:

bin/backend

Navigate to http://localhost/go-chat in your browser and have fun.

Development

To recompile the websocket server, following requirements must be met:

go get github.com/gorilla/websocket

Authors

Credits

About

Hackathon project : websocket server and form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published