Fighting Ebola with JavaScript

Patricia Garcia explains how shrewd use of technology helped tackle an emergency situation in a developing country…

Similar

Web Workers JavaScript API

Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)

Read more »