How to use Node.js with cache
Hello everyone!
I'm new with cache and I wold like to know if I can integrate cache with node.js and how I can do this?
Product version: Caché 2018.1
Discussion (2)0
Comments
there are 14 programming examples available in OpenExchange related to integration with node.js
https://openexchange.intersystems.com/?search=node&sort=d.desc
The simplest way is to use QEWD. It will save you a lot of time trying to sort out all the moving parts required.
Start here:
https://github.com/robtweed/qewd
and check this out: https://groups.google.com/g/enterprise-web-developer-community/c/HQK-TH…
Rob