Hello, I'm using the Socket i.o and when I send a POST / EnviaTemperatura, it is not automatically updating on my site. What am I doing wrong?
Node.js
app.post('/EnviaTemperatura', function(req, res){
temperatura = req.body.temp;...
asked by
05.10.2016 / 14:13