This document discusses using Node.JS to accelerate a headless Drupal backend. It explains that headless Drupal involves using Drupal only for content management and delivering content via JSON. While caching can help performance for anonymous users, authenticated users pose challenges at scale. The proposed solution is to index Drupal content into MongoDB using a module and deliver it from Node.JS, gaining significant performance increases over delivering directly from Drupal. An example real-world video platform project is discussed that migrated from Drupal to this architecture for improved performance when integrating with mobile and TV apps.