JavaScript Control Flow libraries
본문
https://github.com/caolan/async
http://caolan.github.io/async/
노드 및 브라우저 용 비동기 유틸리티
https://github.com/petkaantonov/bluebird
http://bluebirdjs.com/docs/getting-started.html
Bluebird는 탁월한 성능을 갖춘 완전한 기능을 갖춘 약속 라이브러리입니다.
https://github.com/kriskowal/q
http://documentup.com/kriskowal/q/
자바 스크립트를 위한 약속 라이브러리
https://github.com/cujojs/when
확고하고 빠른 약속 / A + 및 when () 구현 및 기타 비동기 기능.
https://github.com/creationix/step
논리를 통한 스텝핑을 쉽게 해주는 비동기식 제어 흐름 라이브러리.
https://github.com/bevacqua/contra
기능성 맛을 가진 비동기 흐름 제어
https://github.com/subchen/angular-async-loader
http://subchen.github.io/angular-async-loader/
각도 1.x 응용 프로그램을 위해 비동기식으로 모듈과 구성 요소를로드합니다.
https://github.com/gartz/ObjectEventTarget
JavaScript의 모든 객체에서 작동 할 수있는 동일한 동작 인 EventTarget 프로토 타입
- 이전글JavaScript Data Structure libraries 18.11.28
- 다음글JavaScript Color libraries 18.11.28