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 1 year ago
JSON representation
A simple real-time collaborative drawing app built with Go
- Host: GitHub
- URL: https://github.com/tinrab/go-realtime-collaborative-drawing-app
- Owner: tinrab
- License: mit
- Created: 2017-11-08T20:39:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T07:37:36.000Z (about 7 years ago)
- Last Synced: 2025-03-26T13:21:24.460Z (about 1 year ago)
- Topics: golang, tutorial, websockets
- Language: Go
- Homepage: https://outcrawl.com/realtime-collaborative-drawing-go/
- Size: 9.77 KB
- Stars: 148
- Watchers: 5
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.