co
Promise generator
Provides a simple and efficient way to write non-blocking code using promises in JavaScript
The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)
12k stars
265 watching
788 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
then/promise | A minimal implementation of promises with extensions and polyfills for various browsers and environments | 2,580 |
tildeio/rsvp.js | Provides tools for organizing asynchronous code using Promises/A+ | 3,612 |
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,226 |
cujojs/when | A Promise/A+ implementation and utility library for managing asynchronous code flows | 3,440 |
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,932 |
sindresorhus/p-queue | A promise queue with concurrency control to limit the number of concurrent operations | 3,470 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,804 |
google/promises | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,806 |
sindresorhus/got | A powerful HTTP client library for Node.js that provides a human-friendly and flexible way to make requests. | 14,301 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
getgauge/taiko | Automates Chromium-based browsers and Firefox to test modern web applications | 3,584 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,191 |
neoclide/coc.nvim | An extension host for Vim and Neovim that integrates language servers and extensions | 24,485 |
log4js-node/log4js-node | A JavaScript port of a popular logging framework designed for Node.js applications. | 5,804 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,055 |