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.
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.