资 源 简 介
Introduction
Web developers may struggle to manage the variety of asynchronous data sources within their application logic. Proto-Q alleviates this problem by creating a queue and processing each request sequentially without the need for nested callback functions.
Introduction - Read about how proto-q works in the
AllTests - See the unit tests/examples
Documentation - See the docs
Performance Test - See the inheritance pattern"s performance against other popular models
TODO:
Currently working on IE9 support.