Friday, 3 January 2020

Can Node be used to both serve an application and create a backend API?

I have an application that I'm serving locally on my machine using node that is just some html, js and css files. I'm also wanting to expose services with this application. Can that be done through this same instance of node that I'm running to serve the frontend, or would I have to create the APIs and host them separately?

Submitted January 03, 2020 at 04:56PM by Hufflepuff_420

No comments:

Post a Comment