Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nonblocking

How To Write A Non-blocking If Statement In Node Js?

I have an if statement in php: if ( $isTrue && db_record_exists($id)) { ... } else { ... }… Read more How To Write A Non-blocking If Statement In Node Js?

Do Js Use Non Blocking I/o At Os Level To Support Ajax?

If Javascript is a single threaded process and AJAX is asynchronous then how does it happen ? So at… Read more Do Js Use Non Blocking I/o At Os Level To Support Ajax?