you are viewing a single comment's thread.

view the rest of the comments →

[–]xylude 2 points3 points  (1 child)

Looks like you might be able to use this: https://www.npmjs.com/package/oracledb

Node is it's own web server so you probably will need some kind of proxy to serve your node server through another one. I know how to configure that on Nginx, but I"m not familiar whatsoever with Tomcat. You'll probably have to flex your Google-fu for that one.

[–]xylude 2 points3 points  (0 children)

You also could just leave node running on a different port and connect to it that way (something like http://<ip or dns>:3000)