Skip to main content

Questions tagged [nodejs]

Use it for questions about integrating Drupal with Node, the JavaScript runtime built on Chrome's V8.

0 votes
1 answer
150 views

After creating a content type with a Layout Paragraphs reference and marking it as a layout section and trying to Add Content caused an error indicating that "the dragula library was not found&...
H. Dog's user avatar
  • 103
3 votes
1 answer
245 views

I am trying to configure eslint for Drupal in PHPStorm, and it's really confusing. For example, I have installed the node dependencies that comes in the web/core/package.json file. In PHPStorm, in the ...
chalo's user avatar
  • 431
1 vote
1 answer
690 views

I'm running a headless Drupal+Angular application where I want to run a server with some clients using WebSockets (and Ratchet). I managed to make a server script detached from Drupal sending messages ...
NicklasF's user avatar
  • 327
1 vote
2 answers
1k views

UPDATE: The node.js server is now running correctly at Openshift. The node.js server and the socket.io script can now be accessed publicly. Running cron in Drupal, I see that it can also access the ...
p Ng's user avatar
  • 161
2 votes
1 answer
745 views

My employer has a social intranet site with 1000s of users, groups, communities and blogs. Users are free to 'follow' or 'like' nodes, blogs and other users, subscribe to communities, join groups etc. ...
doop_dev's user avatar
1 vote
0 answers
33 views

I'm trying to refresh page for only the flagged node author with rules and views_nodejs. What is the right rule configuration to make this happen?
khoy's user avatar
  • 99
0 votes
3 answers
896 views

I am following the Nodejs integration documentation to set up Chatroom, but am a little confused. In step 2, do we cd to the folder of nodejs installation, or the drupal nodejs module? Also, what ...
p Ng's user avatar
  • 161
0 votes
1 answer
392 views

I have followed the suggested video tutorials https://www.youtube.com/watch?v=u1sxDaH3Z-U and https://www.youtube.com/watch?v=f8XAT1oB1eA Im using the node.js watchdog submodule for debugging. That's ...
Anon Ymous's user avatar
0 votes
1 answer
41 views

I have a Facebook style news feed view which updates via node.js and rules when new content is created. This all works fine however if one user is in the process of commenting on a node teaser (...
Ed Wilson's user avatar
1 vote
0 answers
703 views

I am trying to setup node.js module on my localhost environment. I have tried different configurations but still not found correct way to make it work. In my log messages I get: nodejs.config.js ...
echo's user avatar
  • 1,499
0 votes
1 answer
639 views

I need to run drupalchat with nodejs locally but I get error loading the socket.io.js client library (404 not found) nodejs server is running the file exist in that path : sites/all/modules/nodejs/...
Mohammed Gomma's user avatar