Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinrab/go-realtime-collaborative-drawing-app

A simple real-time collaborative drawing app built with Go
https://github.com/tinrab/go-realtime-collaborative-drawing-app

golang tutorial websockets

Last synced: about 2 months ago
JSON representation

A simple real-time collaborative drawing app built with Go

Awesome Lists containing this project

README

        

# A Real-time Collaborative Drawing App

Source code for the [Building a Real-time Collaborative Drawing App in Go](https://outcrawl.com/realtime-collaborative-drawing-go/) article.

## Running

Build and run the server.

```
$ go build -o server && ./server
```

Open `client/index.html` in your browser.