Skip to content

mpolinowski/go_gorilla_websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websockets in Go

This project are my notes following along a tutorial by tsawler and can be found on Github.

Usage

Start the application with:

go run src/web/*.go

or the following command on Windows (I think?):

go run src/web/.

Go Websockets