'sending data from nodejs to static javascript through fetch api without using template library
I want to send the data from my nodejs application to my local static javascript,so that I can do various operation using local javascript logic. Can I do it. I can use it through template engine but i want to do it by sending the data from nodejs server to the local javascript so that the page will load with the information fetched by the node js.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
