# future-js **Repository Path**: hprose/future-js ## Basic Information - **Project Name**: future-js - **Description**: 从 hprose 中精简出来的 Promise A+ 实现和协程库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Promises/A+ logo # Future for JavaScript [![bower version](https://img.shields.io/bower/v/future-js.svg)](http://bower.io/search/?q=future-js) [![npm download](https://img.shields.io/npm/dm/future-js.svg)](https://www.npmjs.com/package/future-js) [![npm version](https://img.shields.io/npm/v/future-js.svg)](https://www.npmjs.com/package/future-js) [![License](https://img.shields.io/npm/l/future-js.svg)](http://opensource.org/licenses/MIT) ## Introduction *Future* is a Promises/A+ implementation with coroutine support.