Categorygithub.com/chneau/draw
modulepackage
0.0.0-20230303100628-28da3b29d9b2
Repository: https://github.com/chneau/draw.git
Documentation: pkg.go.dev

# README

draw

A simple real-time collaborative drawing app built with Go

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

install

go get -u github.com/chneau/draw

run

draw

use

draw by clicking
change color by scrolling

# Functions

NewHub returns an instance.

# Structs

Hub is the class that takes care of getting all connections.