Raphael
Member since Jul 26, 2016
- Profile: /members/13254-raphael.htm
- Comments: 1
Recent Blog Comments By Raphael
-
You Can Use require() To Load JSON (JavaScript Object Notation) Files In Node.js
Posted on Jul 26, 2016 at 7:12 AM
Hello, I'm new with this kind of things. I have two files .js running, one on port 3000 and the other on the 4000. The one running on the port 4000 has a json message that I want to receive in the 3000 console. 3000: ... var request = require('request-json'); var client = request.createClient('http... read more »