Posted by mcantelon on January 23, 2011 at 6:08am
Are you using node.js and Drupal together? If not, do you have ideas for Drupal/node.js integration?
Are you using node.js and Drupal together? If not, do you have ideas for Drupal/node.js integration?
Comments
Nodepal - A Drupal integration layer for Node.js developers
You might wanna check out nodepal - A Drupal integration layer for Node.js developers
This is a module that allows the integration of a Drupal installation with a custom Node.js app. It provides an API so that Node.js developers can directly read and write in Drupal's repository, using constracts like node, user, permission, etc., with having to worry about the underlying implementation and setup of the Drupal installation.
Use Cases:
As far as I know, LimitedList (http://limitedlist.com/) is using Drupal 6 + Nodepal + Node.js in production.
What about drupal sessions ?
Does nodepal support drupal sessions for transparent authentication of drupal users inside nodeJS application ?
nodejs solr
There is now also the possibility for nodejs to make query to solr. It can be edit the solr index in real time instead of waiting for the cron to run. Or also to return results without php.