Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.42 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.42 KB

grfety

http://github.com/lrvick/grfety

About

Simple web based multiplayer drawing application using NodeJS, SockJS, and HTML5 Canvas. I hammered all this out in a few hours so don't expect too much, but if nothing else it should show off the power of SockJS and Canvas.

Requirements

  • nodejs
  • HTML5 Canvas capable browsers

Current Features

  • Multiple people can draw at the same time
  • Fills the browser window
  • Auto-reconnection
  • Right-click erase
  • Saves and restores snapshots automatically
  • Android / IOS Support
  • You can draw with the color white

Usage / Installation

  1. Clone the repository

    git clone https://github.com/lrvick/grfety.git
    cd grfety
  2. Install node modules

    npm install node-static sockjs canvas
  3. Start server

    ./server.js 9999

Port number will default to 9999 if none is specified

Notes

Use at your own risk. You may be eaten by a grue.

Questions/Comments?

You can find me on the web via:

Email | Blog | Twitter | Facebook | Google+ | YouTube | Last.fm | LinkedIn | Github