Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/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/frycz/headless-chrome-twitter-automatic-following

:robot: Javascript ES7 async await automatic Twitter users following with headless Chrome

async-await es7 headless-chrome nodejs twitter-bot

Last synced: 06 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/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/takker99/async-lib

便利な非同期関数置き場

async-await asynciterator deno promisification promisify

Last synced: 16 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/r3b311i0n/simon

Simon game for freeCodeCamp.

async-await fcc fcc-exercise fcc-frontend simon simon-game

Last synced: 08 Nov 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/george-swift/2d-game

An infinite two-dimensional platform game with JavaScript and the Canvas API.

async-await es6-classes es6-modules es6-promise webpack

Last synced: 18 Oct 2024

https://github.com/olenasavchenko/simple-login

Simple login and React Route without styles. Includes: login page, films page, one film page

async-await fetch-api private-route react react-router

Last synced: 15 Nov 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/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/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/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/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: 06 Nov 2024

async/await Awesome Lists
async/await Categories