Posts by Lucas Henrique de Abreu • 21 points
4 posts
-
0
votes1
answer182
viewsA: How to receive data from a Rest API using Apache Camel
I was doing it incorrectly, now I’m using the . to function to perform the request, I changed to: from("timer://foo?fixedRate=true&delay=0&period=10000").setHeader(CONTENT_TYPE,…
-
0
votes1
answer182
viewsQ: How to receive data from a Rest API using Apache Camel
And how do I receive data from a server REST passing an authorisation of the type basic in the header? I’ve tried so many ways and it doesn’t work, and when I test Postman, works normally. I’ve…
-
0
votes0
answers419
viewsQ: Nodejs with Relational Database
Guys, I came on a two-way road and I don’t know which one to go on. The problem is this: I’m started developing an application that is basically similar to a social network, will have chat,…
-
1
votes1
answer170
viewsQ: Relating Nodejs modules to Services Angularjs - Electron
Hello, Everybody! I’m starting a study in Electron and in this application I’m using Angularjs, the detail is that I don’t mean much about, and I can’t think of a way to use the Node without the…