]
Galder Zamarreño commented on HRJS-71:
--------------------------------------
More improvements: using async/await instead of Promise.then...
Apply Node.js 8.x improvements
------------------------------
Key: HRJS-71
URL:
https://issues.jboss.org/browse/HRJS-71
Project: Infinispan Javascript client
Issue Type: Task
Reporter: Galder Zamarreño
This is an umbrella for the improvements that can be applied inside the Node.js client as
a result of upgrade to Node.js 8.x. Amongst others, these include: avoid promise
dependency and use platform promises, lambda function syntax, generators...etc.