Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/async-await
- Wikipedia: https://en.wikipedia.org/wiki/Async/await
- Released: 2007
- Related Topics: callback, coroutines, async, promise, future, actor-model, continuation-passing-style, concurrent-computing,
- Last updated: 2024-12-18 00:02:23 UTC
- JSON Representation
https://github.com/christophhagen/swiftserial
Serial port library using Swift async/await for Linux/macOS
async-await linux macos serial serial-communication serial-port swift
Last synced: 11 Nov 2024
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: 29 Nov 2024
https://github.com/abumq/airsync
⚡ Streamline your code by replacing multiple `await` calls with a single `await` using ༄AirSync, and fully leverage the power of asynchronous, non-blocking I/O.
async async-await javascript-library optimization promise-library
Last synced: 05 Dec 2024
https://github.com/timbar09/leaderboard
Leaderboard is a simple list app that displays a list of users and their game score data which is manipulated by an API using JavaScript async and await.
api async-await es6 promises webpack
Last synced: 19 Dec 2024
https://github.com/jodieaddis/random-quotes
Website that displays random quotes, with authors' names and photos.
async async-await javascript mobile-first random-quote-generator sass
Last synced: 04 Dec 2024
https://github.com/rozturac/go-mediator
🚀 Go-Mediator
async-await asynchronous go golang mediator mediator-pattern
Last synced: 09 Dec 2024
https://github.com/monika171/javascript-sandbox
JavaScipt front to back. Async JS, ES5, ES6, ES7 async await, Patterns etc.
arrow-functions async-await asynchronous-programming callbacks es5 es6-javascript es7-async es7-javascript fetch-api javascript oop promises
Last synced: 04 Dec 2024
https://github.com/ljaniszewski00/rmguidetca
Rick and Morty guide iOS app built using TCA
async-await ios nscache rick-and-morty rickandmortyapi swift swiftui tca the-composable-architecture xcode
Last synced: 10 Oct 2024
https://github.com/jcoreio/async-autocomplete-cli
tool for prompting the user to select from a list of choices, where the choices are fetched asynchronously, and new choices are fetched as the user types
async async-await autocomplete choices cli list picker
Last synced: 05 Dec 2024
https://github.com/ljaniszewski00/rmguide
Rick and Morty guide app built using MVVM
async-await ios mvvm nscache rick-and-morty rickandmortyapi swift swiftui swinject xcode
Last synced: 05 Dec 2024
https://github.com/elmigranto/awaitability
Utilities for composing async/await functions.
async-await es2017 javascript modules promise utilities
Last synced: 05 Dec 2024
https://github.com/mairess/project-ichoveu
Um site simples de previsão do tempo para treinar o consumo de api. Toda estilização veio pronta, fiz construí apenas as funções helpers.
async-await docker fetch-api javascript promises try-catch
Last synced: 11 Dec 2024
https://github.com/dracudev/s4-typescript-api
Web app that displays random jokes from external API's using TypeScript.
api async-await es6 it-academy javascript rest-api typescript
Last synced: 11 Dec 2024
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: 11 Nov 2024
https://github.com/yoannchb-pro/enqueu
Promise queue for concurrency control
async-await enqueue handler promise queue
Last synced: 12 Dec 2024
https://github.com/sgcm14/ctd-fe3-clase-16
Frontend III - Mesa C16 base
async-await fetch react-router-dom reactjs vitejs
Last synced: 26 Sep 2024
https://github.com/cardboardrobots/test-util
Test utilities
async-await javascript request typescript
Last synced: 22 Nov 2024
https://github.com/auctoritae/hedonistic
Nice, simple and minimalistic guide to explore Athens - the best restaurants, bars, stores and landmarks. SwiftUI | Async/await | SwiftData | Redux
async-await mapkit redux spm swift swiftdata swiftui
Last synced: 12 Dec 2024
https://github.com/derberg/arghun
Node.js module for directories traversing and counting, written in node 7.x with async-await manner without a single callback. Nice documentation view http://documentup.com/derberg/arghun
async-await directory-analyzer directory-traversal nodejs recursion traverse
Last synced: 06 Dec 2024
https://github.com/cardboardrobots/call
Fetch call wrapper
async-await fetch javascript rest restful-api typescript
Last synced: 22 Nov 2024
https://github.com/zolppy/pokedex
Aplicação lúdica que simula uma pokedex.
api async-await fetch-api funny pokedex pokemon-api pokemons
Last synced: 17 Dec 2024
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: 17 Dec 2024
https://github.com/zolppy/github-profiles
É possível pesquisar e verificar informações acerca de perfis do GitHub e seus respectivos repositórios.
api async-await fetch-api github github-api
Last synced: 17 Dec 2024
https://github.com/zolppy/countries-guide
Exibe dados acerca de países.
api async-await countries countries-api fetch-api
Last synced: 17 Dec 2024
https://github.com/ifkas/udiracer-project
This is the third and final project that passed the test for the Udacity Intermediate JavaScript nano degree.
api async-await asynchronous-programming javascript vanilla-javascript
Last synced: 17 Dec 2024
https://github.com/aaronhuggins/indexed-iterable
An implementation of an iterable wrapper which implements caching and indexing of other iterables (such as generators) to make them array-like and re-usable.
array async-await asyncgenerator caching generator iterable iterator map
Last synced: 23 Dec 2024
https://github.com/jveiiga/project-kenzie-news
API do projeto não está mais em funcionamento, projeto apenas para consulta da lógica. Tecnologias utilizadas no projeto: HTML, CSS (Mobile First), JavaScript Assíncrono, Eventos, Objetos, Classes, DOM, Consumo de API com fetch e JSON.
api-rest async-await class css3 dom-manipulation events flexbox-css html5 javascript json mobile-first object-oriented-programming
Last synced: 08 Nov 2024
https://github.com/ianfabs/sleyp
A tiny async/await implementation of sleep
async async-await await javascript miliseconds promise sleep
Last synced: 08 Dec 2024
https://github.com/azrubael/210129-async
options for handling asynchronous requests
async-await javascript promises
Last synced: 23 Dec 2024
https://github.com/p5-vbnekit/async_primitives.prototypes
C++17 asynchronous primitives prototype library
async async-architecture async-await async-functions async-programming asyncapi asynchronous asynchronous-tasks asynctask cpp cpp17 cpp17-library
Last synced: 20 Nov 2024
https://github.com/yevheniidatsenko/goit-cs-hw-05
💾 Hometask - Computer Systems (Asynchronous Processing)
async-await asynchronous-programming asyncio goit-cs-hw-05 python3
Last synced: 18 Dec 2024
https://github.com/sriramvarmat/currency-converter
The Currency Converter is a web application that allows users to convert amounts from one currency to another. It provides real-time exchange rates using an external API, ensuring accurate and up-to-date conversions. The application features a user-friendly interface with visual indicators like country flags for easy identification of currencies.
async-await asynchronous-programming callback-functions css currency-converter dom-manipulation external-api fetch-api forms frontend html javascript promises
Last synced: 24 Dec 2024
https://github.com/janluksoft/node_express_ts_controllers_async
Node Express TS, asynch: uses GET, POST method. File division into router, controllers, views;
async-await asynchronous controllers express get-post-method handlebars hbs node nodejs routing typescript
Last synced: 18 Dec 2024
https://github.com/0xleif/vaporforkdemo
Vapor Fork Demo
actor async-await fork swift vapor
Last synced: 18 Dec 2024
https://github.com/SamShakusky/vk-botlerplate
Minimalistic and easy to setup VK Bot boilerplate. Using node (express), parcel (es6 modules and async-await avaliable) and node-vk-bot-api.
async-await babel bot es6 express node node-vk-bot-api parcel vk
Last synced: 23 Oct 2024
https://github.com/RMariowski/QuotefancyDownloader
Simple console application written in .NET Core 2.2, that automatically downloads images from quotefancy.com
async async-await async-functions async-programming asynchronous asynchronous-programming asynchronous-tasks asynctask console-application csharp dotnet dotnet-core dotnet-core2 dotnetcore
Last synced: 23 Oct 2024
https://github.com/awaitbox/sleep
Await for a certain amount of time.
async async-await async-functions await promise promise-library sleep sleep-timer
Last synced: 24 Dec 2024
https://github.com/IronHack-MERN/dontworry
api async-await emotion hooks reactjs states styled-components useeffect-hook usestate
Last synced: 23 Oct 2024
https://github.com/jouni-kantola/webpack-promote-modern-browsers
Example web application with webpack and TypeScript, showcasing load of separate bundles for native/transpiled dynamic imports, async/await and tree shaking
async-await dotnet-core dynamic-import typescript webpack
Last synced: 23 Oct 2024
https://github.com/ursa1minor/nc-tech-test
EMaC Technical Test completed in my own time for practice.
async-await backend express jest node restful-api supertest yarn
Last synced: 23 Oct 2024
https://github.com/bdmostafa/http-library-restapi
This http library is to build restAPI with any json server as you want. There are four most useful method included as GET, POST, PUT, DELETE.
async-await es6-modules http-server javascript json-api json-data json-server rest-api
Last synced: 25 Dec 2024
https://github.com/bdmostafa/gitfetch
GitFetch is a searching application built with GitHub API in which you can search any user on GitHub, see the data and get the report as well.
async-await es6 fetch-api github-api html-css-javascript javascript modern-javascript profile-collection profile-finder repository vanilla-js
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/nod-js-crud-mysql-async-understand-winston-env
this project I got to know .env file , it's so good when I've to connect any database I'm not necessary to write my info-database in my .js file. Also I've knew the winston module this libary it's good for logging and save any log to some file. Also I connected the database with pg (pooling) many people says best proformance. (So do I)
async-await environment javascript mysql nodejs pooling promise winston-logger
Last synced: 25 Dec 2024
https://github.com/adam-marianowski/react-students
🚀React + JSON server 🚀 simple app to implement some basic features throughout my React courses.
async-await css hooks-api-react javascript json-server json-server-auth json-server-mock promises react react-components react-hooks react-router reactjs
Last synced: 25 Dec 2024
https://github.com/nhannm-vn/tiny_ocean_shop
User Interface Shop Web Page
api async-await bootstrap5 html-css-javascript mockapi web-development
Last synced: 28 Nov 2024
https://github.com/mmmagiccoder/swiftnet
💻 A Swift package for flexible networking in SwiftUI, offering JSON and data fetching, file uploading, and downloading using Escaping Closures, Combine, and async-await.
async-await combine downloading escaping escapingclosures fetching ios json library network networking swift swift-package-manager swiftui uploading urlsession xcode
Last synced: 25 Dec 2024
https://github.com/marko19907/flutter-mobile-dev-exercises
Mobile development exercises "Mobile applications" (IDATA2503) course, fall 2022.
async-await dart flutter flutter-examples riverpod
Last synced: 25 Dec 2024
https://github.com/fimbres/node-express-fundamentals
This is a starter project about the fundamentals of NodeJs and ExpressJs, using the built-in modules of node like Os, Fs, Path and HTTP for example.
api-rest async-await express-middleware expressjs fs http-server nodejs os path
Last synced: 25 Dec 2024
https://github.com/qard/http-iterator
Convert http servers to async iterators
async-await async-iterators http nodejs
Last synced: 08 Nov 2024
https://github.com/abhay-khandwekar/react-hooka
"react-hooka" is React-hook based state management library. "react-hooka" supports both synchronous and queued-asynchronous (FIFO) actions. All asynchronous state update operations are guaranteed to change the application state in the order of asynchronous-operation invocation.
async-await asynchronous asynchronous-actions asynchronous-store hook hooks javascript-promise promise react react-components react-hook-store react-hooks slice-state state-management store store-slice synchronous-store
Last synced: 24 Dec 2024
https://github.com/sudhilraj/cancel-request-axios
Cancelling Continuous Requests in User Interactions
abortcontroller api async-await axios react-confetti react-use reactjs
Last synced: 27 Dec 2024
https://github.com/ink-feather-org/ts-utils-ts
Contains various typescript utils.
async-await promise-chain promises typescript utility
Last synced: 26 Dec 2024
https://github.com/peyz21/student-tracker
This app will act as a student-data tracker. The purpose of the app is to integrate, and get comfortable with PostgresDB and using RESTful implementation of the web applications along side with Server side implementation with Java SpringBoot Framework, For more information about the app please read the README file.
async-await deployment full-stack java java-spring-boot postgresql react rest-api
Last synced: 19 Dec 2024
https://github.com/jveiiga/project-social-network
API do projeto não está mais em funcionamento, projeto apenas para consulta da lógica. Tecnologias utilizadas no projeto: HTML, CSS (Mobile First), JavaScript Assíncrono, Eventos, Objetos, Classes, DOM, Consumo de API com fetch e JSON.
api-rest async-await class css3 dom-manipulation events flexbox-css html5 javascript json object-oriented-programming
Last synced: 08 Nov 2024
https://github.com/jveiiga/project-customer-list
API do projeto não está mais em funcionamento, projeto apenas para consulta da lógica. Tecnologias utilizadas no projeto: HTML, CSS (Mobile First), JavaScript Assíncrono, Eventos, Objetos, Classes, DOM, Consumo de API com fetch e JSON.
api-rest async-await class css3 dom-manipulation events flexbox-css html5 javascript json object-oriented-programming
Last synced: 08 Nov 2024
https://github.com/ekaterinagorbunova/nodejs-apps
Collection of small Node.js applications
async-await file-handling promise
Last synced: 10 Nov 2024
https://github.com/d-exclaimation/desolate
A scalable concurrency toolkit for Swift 5.5+
actor-model async-await concurrency reactive-streams streaming swift
Last synced: 07 Nov 2024
https://github.com/arturogonzalezm/bitcoin_trading
This project connects to Binance's WebSocket API to process real-time cryptocurrency data using the observer pattern. It leverages asyncio for asynchronous operations.
async-await asynchronous-programming asyncio codecoverage crypto pytest pytest-cov python3 real-time
Last synced: 08 Nov 2024
https://github.com/dimapaloskin/async-sleep
Sleep based on promise. Supports resolve and reject with defined response and error.
async-await async-sleep javascript promise sleep
Last synced: 07 Nov 2024
https://github.com/chempik1234/fastapi-simple-notes
test fastAPI project
api async-await asyncpg backend fastapi fastapi-sqlalchemy postgresql pydantic pydantic-settings python python3
Last synced: 13 Nov 2024
https://github.com/jveiiga/project-blog
API do projeto não está mais em funcionamento, projeto apenas para consulta da lógica. Tecnologias utilizadas no projeto: HTML, CSS (Mobile First), JavaScript Assíncrono, Eventos, Objetos, Classes, DOM, Consumo de API com fetch e JSON.
api-rest async-await class css3 dom-manipulation events flexbox-css html5 javascript json mobile-first object-oriented-programming
Last synced: 08 Nov 2024
https://github.com/r3b311i0n/simon
Simon game for freeCodeCamp.
async-await fcc fcc-exercise fcc-frontend simon simon-game
Last synced: 08 Nov 2024
https://github.com/jveiiga/projeto-final-m2
Tecnologias utilizadas no projeto: HTML, CSS (Mobile First), JavaScript Assíncrono, Eventos, Objetos, Classes, DOM, Consumo de API com fetch e JSON.
api-rest async-await class css3 dom-manipulation events flexbox-css html5 javascript json mobile-first object-oriented-programming
Last synced: 08 Nov 2024
https://github.com/jcampbell57/weather-app
Input a city to retrieve weather information. The purpose of this project is to practice integration of an API, linter, Prettier and JavaScript compiler.
async-await babel css3 dom-manipulation eslint html5 javascript javascript-modules json localstorage prettier promises serialization weather-api webpack
Last synced: 12 Nov 2024
https://github.com/gedgonz/contactapp
Basic api to create contacts
async-await babel express glitch-me jwt mongodb mongoose nodejs
Last synced: 06 Dec 2024
https://github.com/bntzio/async-await
Example of the new js async/await feature
async-await example javascript learning
Last synced: 08 Nov 2024
https://github.com/carlosfrontend/weather-app
A weather forecast application made with html, css and javascript
api async-await css html javasxcript promises weather
Last synced: 08 Nov 2024
https://github.com/valda1/nodejs_examples
Few examples of Node.js module.exports object; require() function; Promise object; async - await functions.
async async-await javascript module-exports node node-js nodejs promise promises promises-async-await promises-in-javascript requirejs
Last synced: 07 Nov 2024
https://github.com/rafael-m-silva/food-recipe
Food API, printed ten foods with image, name and description
api async-await css-modules-react edamam-recipe-api food react reactjs
Last synced: 28 Dec 2024
https://github.com/amulyakashyap09/upstox-multilevel-app
A multilevel market app to increase a company's visibility in the market.
async-await hapi-server hapi-v17 hapijs hapijs-backend hapijs-jwt-mongodb hapijs-mongoose-restapi mongoose upstox upstox-api
Last synced: 10 Nov 2024
https://github.com/rafael-m-silva/previsao-do-tempo
API Openweather - Weather forecast the from city. Name city, humidity and temperature
async-await css3 fetch-api html5 javascript openweather-api
Last synced: 28 Dec 2024
https://github.com/elavagnim/forkify
Frontend application to learn advanced JavaScript topics. It uses the MVC architecture for the front end.
async-await bubbling-events capturing-events lazy-loading mvc oop parcel promises prototypal-inheritance
Last synced: 10 Nov 2024
https://github.com/mascii/async-await-line-notify
async/awaitを使い順番を守ってLINE Notify経由で通知を送るテスト
async-await line-notify nodejs
Last synced: 09 Nov 2024
https://github.com/leo-henrique/secao-de-comentarios-interativos
Simulação de uma seção de comentários com criação de perfil com localStorage. Feito todo em Vanilla JavaScript com os principais tópicos do ES6+.
async-await class conditions dom dom-manipulation fetch-api iterators javascript json localstorage logic-programming objects observer-api promises timestamps vanilla-javascript
Last synced: 09 Nov 2024
https://github.com/leo-henrique/clone-dogs
Rede social para cachorros. Projeto do curso de React da Origamid.
async-await context-api history promises react react-hooks react-router-dom sass vite
Last synced: 09 Nov 2024
https://github.com/elemental-mind/awaitium-js
Put your await on fire and chain together async functions, promises and syncronous code in one line.
async async-await chainable-interface chaining promises
Last synced: 08 Nov 2024
https://github.com/elemental-mind/deferium
Events, promises and asynchronous operations simplified
async-await async-streams asynchronous promises streams
Last synced: 08 Nov 2024
https://github.com/gatamar/async-await-cancellable-loading
Load smth before navigating to a selected view. Cancel a previous task if pressed on another item.
async-await navigation-link swiftui
Last synced: 12 Nov 2024
https://github.com/aleksandracislowski/react-routes-events
React - The Complete Guide course by @Academind
actions async-await authentication backend error error-handling fetch firebase form frontend json loaders localstorage react router router-dom token useeffect-hook validation
Last synced: 09 Nov 2024
https://github.com/29kumait/out-of-sync
HYF - TASK
async async-await javascript promise promises
Last synced: 14 Nov 2024
https://github.com/haminimi/weather-app
Find the accurate weather data for any city in the world, view current weather conditions, and have a peek at the forecast for the next three days.
api async-await asynchronous asynchronous-programming javascript promises theodinproject weather weather-app webpack
Last synced: 14 Nov 2024
https://github.com/mownikapremkumar/phase-4-task-1
weather app using fetch API in javascript
async-await fetch-api html html-css-javascript try-catch
Last synced: 09 Nov 2024
https://github.com/mownikapremkumar/day-20-task-2
THE RANDOM DOG IMAGES
async-await css fetch-api html js then-catch
Last synced: 09 Nov 2024
https://github.com/surjoyday/currency-converter
Convert currencies effortlessly with this intuitive Currency Converter tool. Input the amount, select the 'from' and 'to' currencies, and get accurate currency conversion rates instantly.
async-await asynchronous-programming css3 dom-manipulation html5 javascript
Last synced: 08 Nov 2024
https://github.com/andresp08/excercise_gym_app
web application related to gym exercises, performs multiple API calls to Rapid-Api, and allows to practice MUI, and react-router-dom.
async-await css3 fetch-api html5 mui rapidapi react-router-dom reactjs
Last synced: 12 Nov 2024
https://github.com/andresp08/cripto_react
Deployment the Cripto app with Styled Components, vite, CustomHooks and Async Await, Responsive Design and more. This is a project for practice react js and hooks
async-await custom-hooks javascript react styled-components
Last synced: 12 Nov 2024
https://github.com/pernillasterner/restful-api-for-subscribers
This project is a RESTful API built using Node.js, Express, and MongoDB. The API serves as a backend system for managing subscriber information. It provides endpoints for creating, reading, updating, and deleting subscriber data.
async-await dotenv express mongodb mongoose nodejs nodemoon rest-api
Last synced: 23 Dec 2024
https://github.com/bryanburgers/guillotine
A futures executor for Rust. Built to, well, see if I could build one.
Last synced: 26 Dec 2024
https://github.com/yuriyvyatkin/green-api-chat
Чат на основе Green API
async-await chatscope custom-interface customhook mui reactjs redux typescript
Last synced: 09 Nov 2024
https://github.com/yuriyvyatkin/ajs-hw-10.2-async-await
ДЗ №2 к лекции «Promises, async/await» курса «Продвинутый JavaScript» Нетологии
Last synced: 09 Nov 2024
https://github.com/berkaysancar/games-swiftui-mvvm
SwiftUI, MVVM, CoreData, Async-Await, Pagination
async-await coredata json-api mvvm networking swiftui
Last synced: 21 Dec 2024
https://github.com/matheusfdosan/javascript-assincrono-e-promises
Javascript Assincrono e Promises, explicando promises, sincronismo e assincronismo, async/await
async-await asynchronous docs promises synchronous
Last synced: 09 Nov 2024
https://github.com/hongtae/corodispatchqueue
C++ Coroutine Dispatch Queue
async async-await asynchronous asynchronous-programming concurrency concurrency-library coroutines cpp-programming cpp20 dispatchqueue multithreading parallelism single-header-library threadpool
Last synced: 09 Nov 2024
https://github.com/mishadovhiy/sentencestokenizer
DEMO: Tokenizer App to separate sentences or separate by "and" or "if" keywords
async-await coreanimation mvvm naturallanguage swift uikit userdefaults
Last synced: 10 Nov 2024
https://github.com/7gowtham/fetchbibledata
To fetch bible data from the API and display on the webpage
async-await fetch-api html-css-javascript
Last synced: 09 Nov 2024
https://github.com/7gowtham/fetchgotcharacters
To fetch characters of the GoT from an API and displaying it on a webpage in a responsive manner.
async-await fetch-api html-css-javascript
Last synced: 09 Nov 2024
https://github.com/7gowtham/fetchcatfacts
To fetch facts of the Cats from an API and displaying it on a webpage in a responsive manner.
async-await fetch-api html-css-javascript
Last synced: 09 Nov 2024