This blog post is about a simple example to use the Watson Assistant API v2 with the Node.js SDK to get a Watson Assistant sessionID and send a message to Watson Assistant using this sessionID. Here is the GitHub project watson-assistant-simple-node-js-server-example.
An alternative way for last blog post called “Use a Ngnix load balancer on a VSI to access an application on OpenShift in VPC”¶
alancer on the Virtual Service Instance (VSI) from the last blog post titled Use a Ngnix load balancer on a VSI to access an application on OpenShift in VPC.
Use a Ngnix load balancer on a VSI to access an application on OpenShift in VPC
This blog post is a (bigger) cheat sheet about: - How to setup a simple Ngnix as a load balancer on a Virtual Server Instance (VSI) that runs in a Virtual Private Cloud (VPC)? - How to configure a Red Hat OpenShift project, to allow a REST endpoint invocation of an application inside the OpenShift project from a VSI instance that runs in the same VPC as the Red Hat OpenShift cluster?
Cheat sheet to get started with the implementation of unit tests for REST endpoints in Node.js
This blog post is a cheat sheet to get started with the initial technical implementation of unit tests for REST endpoints implemented in Node.js.
Cors and Node-RED using a simple forwarding server
When you use Node-RED on IBM Cloud during hackathons you will notice REST calls in flows cannot be directly invoked from a web application. The reason for this is mostly that cors (cross-origin resource sharing) is not enabled for the Node-RED server. This blog post is a simple workaround for this problem. By the way, you can use... Continue Reading →