Using headless drupal with Node.js

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Hadi Farnoud's picture

has anyone used Headless drupal with Node.js? I'm thinking of converting فروشگاه ساز to headless drupal for ease of adding content and managing our landing pages.

this way I can even manage multiple sites (i.e. our landing pages/ blogs/ etc.) from one Drupal instance whilst keeping the frontend flexible.

Comments

It's funny you say that, but

dougmorin0's picture

It's funny you say that, but I was just talking about this with my front-end developer. I set it up on my personal site and i've been experimenting with it.

I kind of feel like it's the future. My reasoning is mostly for rapid front-end development. Right now to develop the front end we end up with a large chunk of time sunk into working around issues that comes up within the Drupal ecosystem. If we separate out the front-end content into something that is more easily manipulated then we would benefit a lot.

Headless Drupal

pcoleman's picture

Hi,
There are quite a few sources on the Internet for doing headless Drupal with Java script front ends.

Here is a blog post on using node https://blog.openlucius.com/en/blog/headless-drupal-nodejs-part-13-drupa...

Also

http://www.gizra.com/content/yo-hedley/ This is Amitai Burstein project for scaffolding out Drupal into a javascript project.

A little research should help you get started.