Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joostf/async-demo
Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam
https://github.com/joostf/async-demo
api async-await event-loop fetch json promise xhr
Last synced: about 9 hours ago
JSON representation
Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam
- Host: GitHub
- URL: https://github.com/joostf/async-demo
- Owner: joostf
- Created: 2021-11-02T11:49:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T12:25:24.000Z (over 2 years ago)
- Last Synced: 2024-11-28T10:43:25.726Z (about 2 months ago)
- Topics: api, async-await, event-loop, fetch, json, promise, xhr
- Language: JavaScript
- Homepage: https://joostf.github.io/async-demo/async.html
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# async-demo
Async demo for a talk in the Tech Track @CMD Amsterdam## Sources
Sources used in the talk and in the projectπ» [Giphy API Documentation](https://developers.giphy.com/)
π [What the heck is the event loop anyway? | Philip Roberts | JSConf EU](https://www.youtube.com/watch?v=8aGhZQkoFbQ), must see!!!
π [REST API demo's (same examples as used in this demo, but in simplified form)](https://codepen.io/collection/AyJdPK)
πΈοΈ [Browser API's](https://platform.html5.org/)
π [HTTP status codes](http://httpstat.us/), nifty for error handling!