asyncy

v0.0.6
The Asyncy node module. Helpers library to interact with the asyncy ecosystem
asyncy node

Push Events To Asyncy in Node

const asyncy = require('asyncy');
let output = asyncy.runSync(...); // synchronous
// or
let output = await asyncy.runAsyncy(...) // asynchronous
npm i asyncy

Metadata

Downloads