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/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: 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/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/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: 06 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/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/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: 06 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/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

async/await Awesome Lists
async/await Categories