JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

An intuitive collaborative drawing web based tool.

Collaborative real-time drawing, sketching & painting

Fast, light weight, easy to maintain. Try the demo.

Demo

Etherdraw Demo site

Installation

On Debian Jessie.

# Install Requirements
sudo apt-get update && sudo apt-get install git libcairo2-dev libjpeg62-turbo-dev libpango1.0-dev libgif-dev build-essential g++
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y nodejs
git clone git://github.com/JohnMcLear/draw.git
cd draw
bin/run.sh 

Make a drawing! Open your browser and visit http://127.0.0.1:9002

Requirements

  • NodeJS
  • Lib Cairo
  • Lib Jpeg
  • Lib Gif

License

Apache 2 License

Donations

Donate to the Etherpad Foundation

About

A real time collaborative drawing tool using nodejs, socket.io & paper.js

License:Apache License 2.0


Languages

Language:JavaScript 95.2%Language:CSS 2.2%Language:HTML 1.8%Language:Shell 0.7%Language:Batchfile 0.0%