An open API service indexing awesome lists of open source software.

https://github.com/mpolinowski/go_gorilla_websockets

Example code for a Go Websocket Chat App
https://github.com/mpolinowski/go_gorilla_websockets

websocket-client websocket-server websockets websockets-chat

Last synced: 2 months ago
JSON representation

Example code for a Go Websocket Chat App

Awesome Lists containing this project

README

        

# Websockets in Go

This project are my notes following along a tutorial by [tsawler](https://github.com/tsawler/) and can be found [on Github](https://github.com/tsawler/ws-udemy).

## Usage

Start the application with:

```bash
go run src/web/*.go
```

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

```bash
go run src/web/.
```

![Go Websockets](./Go_Websockets.png)