You are here

README.txt in Node.js integration 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
Node.js integration
===================

This module adds Node.js integration to Drupal. It provides an API that other
modules can use to add realtime capabilities to Drupal, such as push
notifications or chat. The module relies on a Node.js server application that
maintains an open connection with the visitor's browser to enable instant
communication. In order to use this module, you will need to install the Node.js
application on a server.

Installation
============

1. Install Node.js on your server, if not installed yet. Download the installer
   and follow the instructions on the Node.js website:
   https://nodejs.org/en/download/

2. Install the drupal-node.js server application and ensure that the application
   is running. Follow the instruction on GitHub:
   https://github.com/beejeebus/drupal-nodejs

3. Install and enable the Node.js integration Drupal module on your site.

4. Visit the Node.js configuration page under the Configuration menu, and enter
   the connection information for your Node.js server application. The protocol,
   port, and service key settings should match the settings you entered in the
   config file of the Node.js server application. The host should be set to the
   hostname of the server on which you installed the Node.js server application.
   This host needs to be publicly accessible (i.e. "localhost" will not work).

5. Visit the status page of your Drupal site and ensure that there are no
   errors. Node.js should report that it has successfully connected to the
   Node.js server.

Note: The Drupal module and Node.js server application are sensitive to version
numbers. Ensure that you are running the latest version of both. The Drupal
status page will show an error if the versions are not compatible.

File

README.txt
View source
  1. Node.js integration
  2. ===================
  3. This module adds Node.js integration to Drupal. It provides an API that other
  4. modules can use to add realtime capabilities to Drupal, such as push
  5. notifications or chat. The module relies on a Node.js server application that
  6. maintains an open connection with the visitor's browser to enable instant
  7. communication. In order to use this module, you will need to install the Node.js
  8. application on a server.
  9. Installation
  10. ============
  11. 1. Install Node.js on your server, if not installed yet. Download the installer
  12. and follow the instructions on the Node.js website:
  13. https://nodejs.org/en/download/
  14. 2. Install the drupal-node.js server application and ensure that the application
  15. is running. Follow the instruction on GitHub:
  16. https://github.com/beejeebus/drupal-nodejs
  17. 3. Install and enable the Node.js integration Drupal module on your site.
  18. 4. Visit the Node.js configuration page under the Configuration menu, and enter
  19. the connection information for your Node.js server application. The protocol,
  20. port, and service key settings should match the settings you entered in the
  21. config file of the Node.js server application. The host should be set to the
  22. hostname of the server on which you installed the Node.js server application.
  23. This host needs to be publicly accessible (i.e. "localhost" will not work).
  24. 5. Visit the status page of your Drupal site and ensure that there are no
  25. errors. Node.js should report that it has successfully connected to the
  26. Node.js server.
  27. Note: The Drupal module and Node.js server application are sensitive to version
  28. numbers. Ensure that you are running the latest version of both. The Drupal
  29. status page will show an error if the versions are not compatible.