Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 374 Bytes

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