Reputation: 569
All, We are trying to reuse oracle coherence from our node.js app. From Oracle client documentation, clients are available for c++,java and .net. i donot see for node.js specifically. Any inputs would be greatly appreciated. I see that we can have cache exposed via Rest APIs with Coherence Rest API, is that widely used?
Upvotes: 1
Views: 536
Reputation: 694
You can use REST client, see Oracle documentation with example .
generally it means that you'll have to start a dedicated Proxy Node(s) with additional configurations see Deployment Guide clear.
We used Grizzly as web server in production.
off course it will be slower than native tcp client, so you'll need to make some performance tests.
Upvotes: 3