Posts by Rato Ladrão • 3 points
1 post
-
0
votes1
answer850
viewsQ: Receive and send value with Nodejs
How to receive inputs with nodejs and send a value to a given page element? Example: const fs = require('fs'); const http = require("http"); http.createServer((req, res)=>{…