GithubHelp home page GithubHelp logo

moethu / paintchat Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 882 KB

a digital chalkboard written in go

Home Page: https://paint-chat.com

License: Apache License 2.0

Go 28.49% JavaScript 55.90% CSS 6.32% HTML 9.29%
golang whiteboard websocket

paintchat's Introduction

paintchat

a simple digital chalkboard written in go.

the server is similar to a chat server with rooms implemented using go channels. each client is streaming its drawing actions to the server throgh a websocket. the server then broadcasts changes to all other clients in the same room. As long as a client stays connected all its streamed data remains buffered at the server. If a new client connects it first gets a random name and color assigned and then receives all drawing history form all other currently connected clients. Once a user leaves a room all her drawing data will be lost.

Feature list

  • all users enter a public board when opening the root url
  • create private boards
  • copy board url on click
  • three different pencil sizes
  • random name and color assignment
  • erase all what you've been drawing so far
  • save drawing as png

Dependencies

All dependencies are installed using go modules.

Build & run

simply run go build . or go run to build.

Contribute

You are welcome to open pull-request or simply report feature requests or issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.