Questions tagged [node-deasync]

Use it for any question related to `deasync` module for NodeJS

DeAsync turns async function into sync, implemented with a blocking mechanism by calling Node.js event loop at JavaScript layer. The core of deasync is writen in C++.

https://github.com/abbr/deasync

16 questions
-1
votes
1 answer

Unable to run a function synchronously in nodejs and express

I have used wikipedia-js for this project. This is my code for summary.js file. var wikipedia = require("wikipedia-js"); var something = "initial"; module.exports = { wikitext: function(topicname) { console.log("Inside wikitex funciton…
Riken Shah
  • 3,022
  • 5
  • 29
  • 56
1
2