Skip to main content
edited tags
Link
rogermushroom
  • 5.6k
  • 4
  • 46
  • 69
added 25 characters in body
Source Link
rogermushroom
  • 5.6k
  • 4
  • 46
  • 69

I read that the javascript language provides a simplehas characteristics that assist in the implementation of non-blocking IO mechanism which contributes to the success of projects like node.js. My question is how does non-blocking IO work in javascriptwhat are these characteristics and why is itnon-blocking IO trickier to implement in other languages?

I read that the javascript language provides a simple non-blocking IO mechanism which contributes to the success of projects like node.js. My question is how does non-blocking IO work in javascript and why is it trickier to implement in other languages?

I read that the javascript language has characteristics that assist in the implementation of non-blocking IO which contributes to the success of projects like node.js. My question is what are these characteristics and why is non-blocking IO trickier to implement in other languages?

edited tags
Link
Mat
  • 207.9k
  • 41
  • 407
  • 423
Source Link
rogermushroom
  • 5.6k
  • 4
  • 46
  • 69
Loading