Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you reached your NodeJS script you need to install all the libraries required to run the script.

Code Block
# npm init
# npm install redis
# npm install request
# npm install socket.io

...