lis18 Posted October 22, 2019 Posted October 22, 2019 Hey guys! I was wondering if I could get remote access to my postgresql server through node.js. My database is lis18_SmartDevices and the user that I want to grant access to is lis18_team. Also, would anyone know the best way to go about connecting to the postgresql server on node.js? Or is the standard method ok?
wolstech Posted October 22, 2019 Posted October 22, 2019 Krydos can enable remote access for you. What IP needs access? If you're running the node code on Tommy, you shouldn't need remote access and can use localhost as the server name.
lis18 Posted October 22, 2019 Author Posted October 22, 2019 I was wondering if all IPs can have access as long as they input the correct username and password. Also, I'm kind of new to Heliohost, so I'm not entirely sure how to run the node code on Tommy.
Krydos Posted October 22, 2019 Posted October 22, 2019 You're on Johnny so you can't use node hosted on that server, but if you moved to Tommy you could follow this guide to get started with node: https://wiki.helionet.org/Node.js Remote access enabled.
Recommended Posts