PHPackages                             jaypan/private-message-nodejs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jaypan/private-message-nodejs

ActiveLibrary

jaypan/private-message-nodejs
=============================

The Node.js backend for the Drupal Private Message Nodejs sub-module of the Private Message module.

0.3.7(8y ago)14.7kGPL-2.0-or-laterJavaScript

Since May 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jaypan/private-message-nodejs-library)[ Packagist](https://packagist.org/packages/jaypan/private-message-nodejs)[ Docs](https://www.drupal.org/private_message)[ RSS](/packages/jaypan-private-message-nodejs/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (11)Used By (0)

About this package
==================

[](#about-this-package)

This package provides the server-side scripts for integration of the Drupal Private Message module with Nodejs.

Installation Instructions
=========================

[](#installation-instructions)

1. Install Nodejs on your server.
2. Navigate to the directory that this file resides in.
3. Run `npm install` from this directory.
4. Create the folder \[VENDOR FOLDER\]/jaypan/config.
5. Create the file \[VENDOR FOLDER\]/jaypan/config/default.json for the app.

Create default.json by copying either `./http-example.default.json` (for HTTP connections) or `./https-example.default.json` (for HTTPS connections). Fill in all the values in the JSON file. Note that you will need to navigate to the Private Message settings form in Drupal, and copy the Nodejs secret value, to paste into default.json. If you are using https, you should start with port 8443, and if you are able to get that working, you can try other ports.

6. Run `node app.js` from this directory. Note that you need to leave this program running for the module to work with Nodejs.

Overriding configuration by environment
---------------------------------------

[](#overriding-configuration-by-environment)

If you want to have separate configuration per environment, you can do the following.

If your environment is production, then in the \[VENDOR FOLDER\]/jaypan/private-message-nodejs/config folder, alongside default.json, you can create production.json. Then, to run your app, you would do the following:

```
export NODE_ENV=production
node app.js

```

The key here is that NODE\_ENV is set to the name of the file without the .json. So you could do a staging server with staging.json and:

```
export NODE_ENV=staging
node app.js

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

10

Last Release

2946d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/463560?v=4)[Jaypan](/maintainers/Jaypan)[@jaypan](https://github.com/jaypan)

### Embed Badge

![Health badge](/badges/jaypan-private-message-nodejs/health.svg)

```
[![Health](https://phpackages.com/badges/jaypan-private-message-nodejs/health.svg)](https://phpackages.com/packages/jaypan-private-message-nodejs)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
