mpolinowski / go_gorilla_websockets

Example code for a Go Websocket Chat App

Home Page:https://mpolinowski.github.io/devnotes/2021-09-10--go-websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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