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
264 watching
793 forks
Language: JavaScript
last commit: about 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,584 |
tildeio/rsvp.js | Provides tools for organizing asynchronous code using Promises/A+ | 3,608 |
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,268 |
cujojs/when | A Promise/A+ implementation and utility library for managing asynchronous code flows | 3,439 |
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,926 |
sindresorhus/p-queue | A promise queue with concurrency control to limit the number of concurrent operations | 3,506 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
google/promises | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
sindresorhus/got | A powerful HTTP client library for Node.js that provides a human-friendly and flexible way to make requests. | 14,351 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
getgauge/taiko | Automates Chromium-based browsers and Firefox to test modern web applications | 3,588 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,208 |
neoclide/coc.nvim | An extension host for Vim and Neovim that integrates language servers and extensions | 24,526 |
log4js-node/log4js-node | A JavaScript port of a popular logging framework designed for Node.js applications. | 5,814 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,076 |