Node.JS

nvm-windows node 8.9.4 installation error

When attempting to install node version 8.9.4 with NVM for windows, I received an error when it attempted to install npm, indicating that a file name was too long. There are

Node.JS on FHIR

If your using FHIR resources to represent your healthcare models, you may run into some issues when building a Node.JS application to work with your FHIR models. FHIR does a pretty good

When to use Node.JS

Node.JS is really cool. I like how easy it is to setup an application and get a website running. Its multi-platform support is great, and I hear that it scales pretty good,

Node.JS and Soap Services

Recently I worked on a project that was developed entirely using Node.JS. There was a need to integrate the application with an XDS registry/repository, which exposed its functionality via SOAP services.