Skip to content

Instantly share code, notes, and snippets.

@lsmith
Created April 9, 2013 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsmith/5344236 to your computer and use it in GitHub Desktop.
Save lsmith/5344236 to your computer and use it in GitHub Desktop.
Eventx design review, status update agenda
  1. Intro, history
  2. Goals
  • Performance
  • Memory usage
  • Size
  • Build to customize
  1. General design overview
  • Events are stateless, nameless
  • Publish events statically or on an instance
  • Subscriptions are managed on the target
  • Default event
  • Smart events
  • Node extends EventTarget
  1. Incompatibilities, unsupported features
  2. New features
  • The numbers
  • Current status
  • What's left?
  • What's next?
  • Feasibility? Approach?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment