Posts by Luiz Henrique • 117 points
10 posts
-
0
votes0
answers66
viewsQ: Using query router with Nextjs
I’m creating a referral link to my site (someone will give this link to someone else, who will get a discount), when I use the link in environment on my machine, it usually works the router.query,…
-
-2
votes1
answer23
viewsQ: Live search using React-Redux
Hello, I’m trying to create a live search with Redux, but it only gives the match with the full word. What is the best method to actually return to my table, in this case only the values that the…
-
2
votes1
answer59
viewsQ: Return to category the RGB difference is smaller
I’m having a doubt, that I’m probably trying to "reinvent the wheel", but I couldn’t come up with a result. I have a color matrix (in RGB): { "muito-clara": [248,299,218], "clara": [243,209,180],…
-
0
votes2
answers102
viewsQ: Ajax POST using a variable and an object
Hello, I’m having trouble sending a POST, using Ajax, only that the content has to be in this format: name: 'Nome Candidato', contents = { 'email': '[email protected], 'formacao': 'superior…
-
1
votes1
answer235
viewsQ: Socket I.o does not update automatically
Hello, I am using Socket i.o and when I submit a POST /Enviatemperatura, it is not automatically updating on my website. What I’m doing wrong? Node.js app.post('/EnviaTemperatura', function(req,…
-
2
votes1
answer543
viewsQ: Interface GET and POST method with Angular + Node.js
I’m having some questions as a beginner and I wanted to help you guys out. I created a Home Automation, based on Microcontroller + Node.js + Angular.js. Angular.js communication with the…
-
4
votes1
answer858
viewsQ: Integrating HTML + Node.js with Angular.js in "Real Time"
I’m having some problems automatically updating a code in Angular.js within my site. The integration is Node.js with HTML, integrating with Angular.js. But I always have to give F5 on the page for…
-
2
votes1
answer1172
viewsQ: Node.js receiving GET command
Hello, due to some problems to load the bootstrap Twitter libraries in my project, I made several changes to it, in which with help from other users, I arrived at the following Node.js code: Node.js…
-
0
votes1
answer365
viewsQ: Node.js sending GET command
Hello! I am having trouble using the GET /test command in this case, in which no information returns. Node.js code var http = require("http").createServer(servidor); var express =…
-
0
votes1
answer834
viewsQ: Buttons with HTTP Request Action
The Button Click Request is receiving: { 'QTD1LED, ON': '' }, but I would like to receive only {QTD1LED, ON}. What I have is the change in my code? var http = require("http").createServer(servidor);…