keyan / scrawl

A collaborative drawing app using Paper.js, socket.io, and Flask.

Home Page:http://scrawl.keyanp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrawl

A collaborative drawing game/app written so I could learn more about Javascript. Drawings are shared with all other users who are accessing the app. Built with Javascript, Paper.js, Flask-SocketIO, and Flask. Running on an EC2 micro-instance using gunicorn.

Requirements

  • A modern browser

Usage

  1. Go to scrawl.keyanp.com
  2. Click and drag to draw
  3. Obtain fun!

The command line that starts the server is:

gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker app:app -p 0.0.0.0:80

TODO

  1. Add an image capture button to save drawings as jpeg files.

About

A collaborative drawing app using Paper.js, socket.io, and Flask.

http://scrawl.keyanp.com

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:Python 0.1%