An open API service indexing awesome lists of open source software.

async/await

In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.

https://github.com/nealarch01/triviaquizapp

💡 Trivia quiz iOS app created with SwiftUI. Utilizes OpenTriviaDB API to fetch questions.

api-client async-await ios json-decoding mvvm swift swift5 swiftui trivia trivia-game

Last synced: 06 Mar 2025

https://github.com/luciofranco/tokio-async-await-test

A macro for better async/await tokio testing

async-await proc-macro rust testing-tools

Last synced: 02 Jan 2025

https://github.com/simonberner/githubfollowme

An iOS16+ App to get and show followers from GitHub :octocat:

async-await codable combine feature-flags ios roadmap screen-enum-pattern swift5 swiftui uikit webkit xctest xcuitest

Last synced: 19 Feb 2025

https://github.com/jcoreio/chai-wait-for

poll until an assertion succeeds

assertion async async-await await chai poll retry wait

Last synced: 16 May 2025

https://github.com/leo-henrique/rest-countries-api

Consumo da API REST Countries que retorna informações de países. Feito em React, React Router e styled-components.

async-await context-api promises react react-router styled-components

Last synced: 22 Feb 2025

https://github.com/guillaumearm/async-describe

:rainbow: - A simple way for making async tests procedures

async async-await async-describe describe test

Last synced: 15 May 2025

https://github.com/whutao/swift-combine-extras

Useful addition to Combine framework.

async-await combine swift

Last synced: 06 Mar 2025

https://github.com/marcusziade/songurl

SongLink macOS. Paste any music link and get a song.link URL back.

appkit async-await combine concurrency macos mvvm swift swiftui

Last synced: 03 Mar 2025

https://github.com/stefruseva88/js-async-func

Asynchronous functions in JavaScript, using callbacks, promises, and async/await.

async-await asynchronous-programming promises

Last synced: 29 Jan 2025

https://github.com/joseluisq/sleep-non-blocking-function

Deno & Node examples implementing a non-blocking sleep function.

async-await deno javascript nodejs typescript

Last synced: 05 Apr 2025

https://github.com/oybekkayumov/pics

Fetch data from API inside a React application, how to show list of records

api async-await class css grid html javascript react state

Last synced: 29 Jun 2025

https://github.com/ayezabashir/reactjs-weather-forecasts

ReactJS-based weather application that provides real-time weather information and forecasts using data from the OpenWeather API

api async-await css reactjs weather-app weather-forecast

Last synced: 29 Mar 2025

https://github.com/muntahashams/async-rust

this repo contain an article on how to fetching data from the PokéAPI using async/.awaite featured by RUST

async async-await async-rust pokeapi pokemon-api

Last synced: 03 Mar 2025

https://github.com/ashishshres/image-finder

Image Finder using JavaScript and Unsplash API

async-await dom-manipulation javascript unsplash-api

Last synced: 16 Mar 2025

https://github.com/faichou/rnrefreshingscrollviewdemo

react native refreshable scrollview using Coroutine! vs old way: https://github.com/gameboyVito/react-native-ultimate-listview/blob/master/src/refreshableScrollView.ios.js

async-await coroutine es6 react-native scrollview

Last synced: 26 Mar 2025

https://github.com/behi22/jammming

This webpage is developed to showcase knowledge of developing responsive webpages and using the react library to develop web applications. The website allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account.

api async-await components html-css-javascript import-export javascript json jsx modules promise react surge webapp

Last synced: 03 Mar 2025

https://github.com/iotchulindrarai/files_downloaderusingurl

I have created responsive web application using Javascript , HTML, CSS while learning DOM manipulation, asynchronous with callback,promises, async/await) and also learned auto background play

async-await callback css dom-manipulation html javascript promises video

Last synced: 05 Apr 2025

https://github.com/mohammadhasanii/node-http3

This project showcases building fast and lightweight web apps in Node.js using H3 framework, with superior security and speed on HTTP/3. It's a great alternative to Express or Node.js and has features like routing, fast processing, and interaction with other frameworks.

async-await asynchronous h3 h3-node http3 httphandler node node-http3 nodejs tcp tcp-server

Last synced: 03 Apr 2025

https://github.com/gruhn/callforth

Don't callback, callforth! :running:

async-await callback javascript promise

Last synced: 06 Apr 2025

https://github.com/thekiranmahajan/random-emoji-picker

A simple JavaScript project which retrieves data from an emoji-based API and stores that into an array which gets data in the form of objects having 2 key value pairs character: "😎" and title: "cool". title gets sliced using string method and everything is pushed using a for loop and an eventListener is being called on every HTML element click.

async-await css dom-manipulation fetch-api for-loop html javascript responsive-design

Last synced: 22 Mar 2025

https://github.com/sriramvarmat/blogify

Blogify is a simple blogging platform built with Node.js, Express, and MongoDB. It allows users to create, read and delete blog posts. The application uses EJS as the templating engine for server-side rendering, providing a dynamic and responsive user interface.

api-endpoints async-await backend blog-website crud-application ejs expressjs mongodb mvc-framework nodejs server-side-rendering template-engines

Last synced: 14 Feb 2025

https://github.com/rmardonesa/octopull

Asynchronous concurrency and API integration for real-time GitHub repo monitoring in a Rust-powered Discord bot

api-integration async-await asynchronous concurrency discord discord-bot github rust serenity tokio-rs

Last synced: 10 Mar 2025

https://github.com/bankole2000/githubfinder

Simple Application to search for Github users by username

async-await es6-classes fetch-api github-api promises

Last synced: 09 Apr 2025

https://github.com/arturwincenciak/async-await-in-il-code

How the 'async' and 'await' keywords are transformed into IL code during compilation

async-await csharp csharp-code dotnet il

Last synced: 27 Mar 2025

https://github.com/cdwaddell/asyncallthewaydown

This is the repo for a talk I did on 6/20/2019 at the Louisville .Net Meetup Group on the TAP (Task-based Asynchronous Pattern) model in .Net and .Net Core.

asp-net asp-net-core async-await asynchronous-programming presentation talk

Last synced: 29 Jun 2025

https://github.com/2dubu/aysnc_await

Study how to use of aysnc await.

async-await asynchronous swift swiftui

Last synced: 05 Mar 2025

https://github.com/saqqdy/await-to-done

Async await wrapper for easy error handling

async-await await-error await-resolve await-to await-to-done await-wrapper

Last synced: 12 Mar 2025

https://github.com/zolppy/pokemon-card-generator

Aplicação lúdica que gera e exibe dados acerca de pokemons.

api async-await fetch-api funny pokemon-api pokemons

Last synced: 04 Apr 2025

https://github.com/chrisnajman/shopping-cart-modules-async

Shopping cart which persists over multiple pages (using session storage)

async-await es6-modules html-template javascript

Last synced: 15 Mar 2025

https://github.com/DaveBitter/Playbook

Playbook is a JS module that provides an easy way to create animations by using the ease of CSS and the power of JS to create animations for the web.

animation async-await js

Last synced: 10 Mar 2025

https://github.com/kessler/node-async-map-limit

like Promise.all() but with limit on concurrency

async-await node node-module nodejs promise

Last synced: 17 Feb 2025

https://github.com/nivisi/delayed_future

⏳ A Dart extension that allows to delay your Futures.

async async-await dart dart-future dartlang delay flutter future package plugin

Last synced: 12 Mar 2025

https://github.com/jirufik/jrfdb

async/await odm for Node.js

async-await jrf mongodb nodejs odm orm

Last synced: 06 Apr 2025

https://github.com/bkpecho/advice-generator-app

This is a solution to the Advice generator app challenge on Frontend Mentor.

advice-generator-app adviceslip-api async-await css3 frontend-mentor html5 javascript mobile-first-workflow responsive-design scss

Last synced: 01 Apr 2025

https://github.com/mikeludemann/promises_async_await_fetch

Tutorial and simple helper for JavaScript notations - Promises, Async/Await and Fetch

async-await basic-example ecmascript fetch fetch-api javascript promises

Last synced: 28 Mar 2025

https://github.com/f-bh/go-async

A simple type safe implementation of the async - await pattern in golang

async async-await await go golang

Last synced: 28 Feb 2025

https://github.com/n-ignacio-bouffanais/vue-api-client

Vue API-client build with Typescript, axios, vuejs and pinia.

async-await axios-vue menuresponsive pinia protected-routes typescript vue-router4

Last synced: 24 Feb 2025

https://github.com/tiagomaial/from-closures-to-async-await

Sample code demonstrating how to use async/await in Swift, using UIKit

async-await github-api ios-app structured-concurrency swift uikit urlsession

Last synced: 02 Apr 2025

https://github.com/ayush-kanduri/fetch-dog-photos-pagination

This project uses the Dog CEO API to fetch all the images of the dog's breed or sub-breed using Pagination. This API Web App uses the Async-Await for the fetch() API calls. It also implements a setTimeout() for the Asynchronicity of the website. It is built using HTML, CSS, Javascript.

api async-await css fetch-api html javascript

Last synced: 02 Mar 2025

https://github.com/kpavlov/await4j

Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API

async-await java project-loom virtual-threads-java-21

Last synced: 13 Feb 2025

https://github.com/elemental-mind/deferium

Events, promises and asynchronous operations simplified

async-await async-streams asynchronous promises streams

Last synced: 23 Apr 2025

https://github.com/venndev/vgo

The library helps you have the async-await syntax in Go that runs on goroutines.

async-await asynchronous asynchronous-programming golang-package goroutine goroutines

Last synced: 20 Feb 2025

https://github.com/npkgz/async-magic

Promises FTW! A pure promised based, async toolbox for Node.js >=7.6

async async-await control-flow es2017 javascript library nodejs promise promisify toolbox

Last synced: 27 Jun 2025

https://github.com/ksmooi/cxx_lab

cxx_lab is a comprehensive learning platform designed to help developers and researchers deepen their understanding of C++ for backend and cloud technologies through practical modules, demos, and applications.

async-await multithreading network-programming network-protocols nosql-database parallel-programming sql-database

Last synced: 01 Apr 2025

https://github.com/kshetline/by-request

Simple Node http client for use with promises, async/await.

async-await bom character-encoding curl file http-client https-client javascript json jsonp nodejs promises typescript wget

Last synced: 07 Apr 2025

https://github.com/loulafripouille/asyncable

Wrap async/await middleware function for Express. Catches error and passes it to next.

async-await express middleware nodejs

Last synced: 13 Mar 2025

https://github.com/asbhogal/javascript-api-requests

A simple demonstration of interacting with the Test Data API, including the conventional .then methods with a POST request and an async/await GET request.

api api-rest apis async async-await asynchronous asynchronous-programming fetch fetch-api get headers post try-catch

Last synced: 14 Mar 2025

https://github.com/troyan-dy/fastapi-depends

You can use your FastAPI dependencies not only in FastAPI applications

async async-await asyncio fastapi lib library pip pydantic python python-type python-types python-typing python3

Last synced: 16 Jun 2025

https://github.com/ayush-kanduri/dog-images-gallery

This project uses the Dog CEO API to fetch all the images of the dog's breed or sub-breed. This API Web App uses the Async-Await & Promises for the fetch() API calls. It also implements a setTimeout() for the Asynchronicity of the website. It is built using HTML, CSS, Javascript.

api async-await css fetch-api html javascript promise

Last synced: 02 Mar 2025

https://github.com/jonatandb/usecart-async-react-custom-hook

Simple custom hook that works asynchronously.

async async-await custom-hooks es6 jonatandb react react-hooks

Last synced: 28 Feb 2025

https://github.com/marcelo-earth/reactflix

🎬🍿 Movie search engine powered with ReactJS

async-await movies nodejs reactjs search-engine themoviedatabase vercel

Last synced: 04 Apr 2025

https://github.com/wolven531/promise-tests

Used to demonstrate and explain different promise and async concepts and libraries

async async-await asynchronous javascript js nodejs promise promise-library promises react reactjs reactts ts typescript

Last synced: 18 Feb 2025

https://github.com/szy0syz/eas-mobile-backend

💥:trollface:超能酷炫的SQLServer版金蝶EAS后端

async-await express mongoose node sequelize

Last synced: 04 Apr 2025

https://github.com/nargonath/ngt-cli

CLI to leverage ngt-scripts for easy projects setup

async-await cli development ngt-scripts nodejs project-template

Last synced: 04 Apr 2025

https://github.com/iamusmanawan/js00

This repository showcases my foundational knowledge of JavaScript, covering essential concepts critical for modern web development. The content is structured to highlight practical examples and best practices, reflecting my readiness to contribute effectively in a professional development environment.

async-await classes-and-inheritance destructuring foreach-loop forin-loop forof-loop logical-assignment-operator maps objects-and-classes promises-in-javascript this-keyword

Last synced: 30 Mar 2025

https://github.com/nargonath/ngt-scripts

Script used to abstract project boilerplate for my personal projects

async-await babeljs eslint nodejs rollup scripts

Last synced: 04 Apr 2025

https://github.com/saulwolfdev/crud-node-mongo-express

crud node,mongo,express,async-await

async-await express mongodb mongoose node

Last synced: 04 Apr 2025

https://github.com/pj-pj-pj/weather-app

weather updates and forecasts for your location with this weather app

async-await asynchronous-programming weather-api

Last synced: 06 Mar 2025

https://github.com/elmccd/ceed

Set of JS async utils making building pipelines in JS easier

async-await build-pipelines build-tool ci-cd pipelines

Last synced: 18 Mar 2025

https://github.com/stefruseva88/qunit-func-tests

qUnit functions and tests

async-await javascript qunit-tests

Last synced: 29 Jan 2025

https://github.com/mehmet-github06/flowers-app

You can find users' followers in the github repo

api async-await bootstrap css3 filter foreach html5 javascript

Last synced: 05 Mar 2025

https://github.com/davebitter/playbook

Playbook is a JS module that provides an easy way to create animations by using the ease of CSS and the power of JS to create animations for the web.

animation async-await js

Last synced: 05 Apr 2025

https://github.com/antoniosertic23/cinereserve-the-movie-seat-scheduler

CineReserve is a web application I initiated to practice my skills in modern JavaScript after completing courses, aiming to independently develop a moderately complex project. From conceptualization to implementation, I crafted this project from scratch, envisioning a user-friendly interface for reserving movie seats.

async-await cinereserve css3 firebase firebase-auth firebase-realtime-database html5 javascript javascript-api javascript-dom json model-view-controller movie-seat-booking mvc mvc-javascript omdbapi seat-booking user-authentication vanilla-javascript

Last synced: 26 Feb 2025

https://github.com/lukas-simonson/swift-cobweb

A thin and light wrapper around Foundations Networking APIs

async-await builder-pattern network swift swiftui

Last synced: 28 Feb 2025

https://github.com/birg81/python.flask1sttest

This is a test that mixes the Flask Framework with scenarios seen in other languages. The db used for the test is also available in the repository

async-await crud cursor fetch flask flask-mysqldb html5 javascript jinjia2 mysql python rdbms rest-api

Last synced: 31 Mar 2025

https://github.com/shahinuralambhuiyan/async-await-practice-part-2

Let's convert your money & see where you can spent.

async-await currency-converter javascript

Last synced: 18 Feb 2025

https://github.com/devmahmud/ajax-fetch-async

In this project i have first created XMLHttpRequest to fetch api data, Then i have implemented call back, Promises and then async await to fetch Api data instead of promises.

ajax async-await fetch-api promises xmlhttprequest

Last synced: 24 Feb 2025

https://github.com/marcelo-earth/ReactFlix

🎬🍿 Movie search engine powered with ReactJS

async-await movies nodejs reactjs search-engine themoviedatabase vercel

Last synced: 05 Feb 2025

https://github.com/havilog/counterdemo

Simple TCA demo-app

async-await demo ios module swift tca testing

Last synced: 24 Jun 2025

https://github.com/0xleif/forkedarraypicturesexample

Example of calling an async function for every element in the array, in parallel. Examples include TaskGroup and ForkedArray from Fork.

async-await swift

Last synced: 05 Apr 2025

async/await Awesome Lists
async/await Categories