How to setup NodeJS (installed via YUM)

Issue #81 resolved
Phil Cote created an issue

I have a client that I installed NodeJS using YUM with IBM ACS. Now they require details on setup and usage. All my searches on the internet give me links to the old OPS software. Is there any links you can provide that are for the new NodeJS and do not reference OPS?

Comments (3)

  1. Mark Irish

    Hi Phil,

    We have a repository with some Node.js examples that can be found here: https://github.com/IBM/ibmi-oss-examples/tree/master/nodejs

    Additionally, we maintain a number of Node.js packages that can be downloaded with npm. These packages allow you to connect to Db2 for i and do “IBM i” things like call PGMs.

    https://www.npmjs.com/package/odbc

    https://www.npmjs.com/package/idb-pconnector

    https://www.npmjs.com/package/itoolkit

    Other than that, using Node.js on IBM i should be just like using Node.js on any other system!

  2. Log in to comment