{"id":16985414,"url":"https://github.com/fengb/js-async","last_synced_at":"2026-05-19T02:31:32.383Z","repository":{"id":145215363,"uuid":"49215104","full_name":"fengb/js-async","owner":"fengb","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-07T16:10:11.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T19:34:00.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fengb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-07T16:09:52.000Z","updated_at":"2016-01-07T16:10:12.000Z","dependencies_parsed_at":"2023-06-18T23:07:51.794Z","dependency_job_id":null,"html_url":"https://github.com/fengb/js-async","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fjs-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fjs-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fjs-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengb%2Fjs-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengb","download_url":"https://codeload.github.com/fengb/js-async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244891713,"owners_count":20527310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T02:43:24.565Z","updated_at":"2026-05-19T02:31:32.347Z","avatar_url":"https://github.com/fengb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Promises\n\n## Tutorials\n\n* http://www.html5rocks.com/en/tutorials/es6/promises/\n* https://www.promisejs.org/\n\n## References\n\n* https://promisesaplus.com\n* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise\n* http://www.ecma-international.org/ecma-262/6.0/#sec-promise-objects\n\n## Implementations\n\nnode.js and some browsers have Promise built-in. Since all of these are Promise/A+,\nthey are all used the same way.\n\n* http://bluebirdjs.com/ - optimized for speed\n* https://github.com/tildeio/rsvp.js - optimized for byte size, used by Ember\n\n***Don't use these; there's really no point. But these were relevant in the past:***\n\n* https://github.com/kriskowal/q\n* https://github.com/dfilatov/vow\n* https://api.jquery.com/deferred.promise/ - avoid like the plague, not Promise/A+ compatible\n\n# async functions\n\nI briefly mentioned them but they are AWESOME.\n\n* https://babeljs.io/docs/plugins/transform-async-to-generator/ - ES7 syntax, transpiled into ES6\n* http://bluebirdjs.com/docs/api/promise.coroutine.html\n* https://github.com/tj/co\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengb%2Fjs-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengb%2Fjs-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengb%2Fjs-async/lists"}