Headless Drupal is very easy to understand concept. The 2 key differences of headless Drupal from Drupal are:
Instead of converting data to HTML, Drupal converts it into in JSON format.
AngularJS, EmberJS or React, kind of frontend frameworks then render the data to create a webpage.
Comments