I've a Node.js server working with Express and a website hosted with Apache communicating with the server through HTTP Requests.
I know I can host this website on this Node.js server, which is what I want to do, but do I still have to communicate from the website to the nodejs server through HTTP request ? Or there is an otherway. For now, I use the express.Router() to redirect the requests.
via TakahT
No comments:
Post a Comment