Skip to content

Instantly share code, notes, and snippets.

@ebracho
Last active December 5, 2016 05:47
Show Gist options
  • Save ebracho/d3b7aa3bd9a2b4481490a7d81ad0740b to your computer and use it in GitHub Desktop.
Save ebracho/d3b7aa3bd9a2b4481490a7d81ad0740b to your computer and use it in GitHub Desktop.

Hi, I'm trying to come up with a "Reactful" approach to this problem:

  • Doodles are html canvas elements that can render drawings composed of many small line segments called strokes.
  • DoodleRooms are a collection of clients connected through a websocket interface. DoodleRooms render Doodles in real time.
  • There are many types of doodle rooms that have different behaviors and constraints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment