This repo contains a bare-bones example of how to use jsms with Node.js.
Clone this repository and install its dependencies:
git clone https://github.com/rfruesmer/jsms-node-example
cd jsms-node-example
npm install
Run/debug app.js inside your IDE ...