タグ

ブックマーク / bredele.github.io (1)

  • Async

    A collection of asynchronous patterns for nodejs and browsers. Made by Olivier Wietrich. Emitter All the projects below are based on Emitter in order to be consistent and easy to use and learn. component/emitter An implementation of the publish/subscribe pattern similar to the EventEmitter of nodejs. An emitter is really great to decouple your code. It allows you to define an action and to execute

    efcl
    efcl 2014/04/07
    JavaScriptの非同期処理のパターンの実装ライブラリと紹介。 EventEmitter、Promises、FSM、Doors、Emitter queueの実装であるライブラリと概要が書かれてる
  • 1