metasync
Asynchronous Programming Library for JavaScript & Node.js π
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- question.md
- test.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- adapters.js
- array.js
- async-iterator.js
- collector.class.js
- collector.functor.js
- collector.js
- collector.prototype.js
- composition.js
- control.js
- do.js
- fp.js
- memoize.js
- poolify.js
- poolify.opt.js
- poolify.symbol.js
- queue.js
- throttle.js
- adapters.js
- array.asyncMap.js
- array.each.js
- array.every.js
- array.filter.js
- array.find.js
- array.map.js
- array.reduce.js
- array.reduceRight.js
- array.series.js
- array.some.js
- collectors.js
- compose.clone.js
- compose.js
- compose.then.js
- composition.cancel.js
- composition.js
- composition.parallel.js
- composition.pause.js
- composition.sequential.js
- control.js
- do.js
- examples.js
- firstOf.js
- fp.ap.js
- fp.asAsync.js
- fp.concat.js
- fp.fmap.js
- fp.of.js
- memoize.js
- poolify.js
- queue.both.js
- queue.js
- queue.lifo.js
- queue.modes.js
- queue.pipe.js
- queue.priority.js
- queue.roundRobin.js
- throttle.js
- iterator.js
- throttle.js
- benchmark.js
- collect.class.js
- collect.functor.js
- collect.js
- collect.prototype.js
- parallel.collect.js
- parallel.compose.js
- parallel.promise.js
- poolify.array.js
- poolify.opt.js
- poolify.symbol.js
- run.sh
- sequential.compose.js
- sequential.promise.js
- async-iterator.js
- .editorconfig
- .gitattributes
- .gitignore
- .npmignore
- .prettierignore
- AUTHORS
- eslint.config.js
- LICENSE
- metasync.d.ts
- metasync.js
- package-lock.json
- package.json
- prettier.config.js
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/metarhia/metasync
Downloads the entire project code from GitHub to your computer.
cd metasync
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install metasync
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
