Source code for the Building a Real-time Collaborative Drawing App in Go article.
Build and run the server.
$ go build -o server && ./server
Open client/index.html
in your browser.
A simple real-time collaborative drawing app built with Go
GoMIT
Source code for the Building a Real-time Collaborative Drawing App in Go article.
Build and run the server.
$ go build -o server && ./server
Open client/index.html
in your browser.