In latest version of webMethods CAF. Can we use NodeJS on client side and noSQL operations in openCAF ? If yes are there any process steps I need to follow ?
Node.js is a server-based Javascript, Node.js is not built to run as a client-side (your browser/app).
However if there is a suitable javascript client side framework (such as AngularJS) you want to adopt in OpenCAF that should be possible.
Thanks a lot Amit for such a fast response.
Much appreciated