Skip to content

Services: What are Services?

Zack Siri edited this page Dec 5, 2013 · 1 revision

Services are things that apply to DOM nodes on the page. You could think of these parts of the page as 'widget' and they all have a certain kind of special behaviour. The behaviour of these widgets can be defined by services. Each widget can have the behaviour of multiple services.

Some example of services

  • File uploader
  • Poller
  • Push notification subscriber
  • Syntax Highlighter
  • Search Bar

Services are very modular and they can be applied to multiple widgets in a page without conflicting with each other and without rebinding widgets that already have these behaviours.

Clone this wiki locally