🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

loop-server-fast

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loop-server-fast - npm Package Compare versions

Comparing version

to
0.7.2

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A faster NodeJS reader to complement the AtomJump Loop Server.",
"version": "0.7.1",
"version": "0.7.2",
"bin": {

@@ -8,0 +8,0 @@ "loop-server-fast": "bin/loop-server-fast.js"

@@ -5,4 +5,4 @@ <img src="https://atomjump.com/images/logo80.png">

A faster NodeJS reader plugin to complement the AtomJump Loop Server (see http://atomjump.org).
This speeds up the core of the AtomJump Loop Server PHP scripts, to allow for
A faster NodeJS reader plugin to complement the AtomJump Messaging Server (see http://atomjump.org).
This speeds up the core of the AtomJump Messaging Server PHP scripts, to allow for
a large increase in the number of simultaneous users, with the same hardware.

@@ -15,3 +15,3 @@

* NodeJS >= 4.x
* AtomJump Loop Server >= 1.5.5
* AtomJump Messaging Server >= 1.5.5
* Linux server (or any machine with NodeJS)

@@ -22,3 +22,3 @@

Follow the instructions to set up the Loop Server as a PHP script.
Follow the instructions to set up the Messaging Server as a PHP script.

@@ -31,4 +31,4 @@

npm install loop-server-fast -g
npm config set loop-server-fast:configFile /path/to/your/loop-server/config/config.json
npm config set loop-server-fast:messagesFile /path/to/your/loop-server/config/messages.json
npm config set loop-server-fast:configFile /path/to/your/messaging-server/config/config.json
npm config set loop-server-fast:messagesFile /path/to/your/messaging-server/config/messages.json
```

@@ -95,3 +95,3 @@

Switch the NodeJS server to the Loop Server's production settings with:
Switch the NodeJS server to the Messaging Server's production settings with:

@@ -98,0 +98,0 @@ ```