Skip to content
/ grfety Public

Code for http://grfety.me - A full screen real-time multi-user drawing application using NodeJS, SockJS, and HTML5 canvas

Notifications You must be signed in to change notification settings

lrvick/grfety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code for http://grfety.me - A full screen real-time multi-user drawing application using NodeJS, SockJS, and HTML5 canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages