misc_bb 7 Posted March 20, 2023 Currently we have a web app with Delphi as a backend. We are planning to incorporate NodeJS as well because we want to take advantage of some JS libraries like a headless browser in our application. I am still not sure if this would work out just fine since I'm currently exploring. I just wanted to ask if someone else have tried this setup before I fully dive into this. Any thoughts or comments are appreciated. Thank you. Share this post Link to post
Fr0sT.Brutal 900 Posted March 20, 2023 I didn't tried this but see no problems. You'll just have to either run Node constantly or have it launched every time it is needed (like any other server app in fact) 1 Share this post Link to post