Relative Content

Tag Archive for node.js

Preventing crawler from interfering with user tracking

I’m scraping text from various webshops (no images/videos or other data). I’m no expert on user tracking, so I’d like to know if there’s a way for me to write my crawler so it won’t interfere with the webshop owners tracking. Perhaps this is already the case since the crawler isn’t storing any cookies, requesting images or anything else but the actual pages, but I’d like to be sure.

Idiomatic Javascript code architecture

I am writing a node.js application which I am breaking down into modules, the issue is I am not sure how to organise my code in an idiomatic Javascript way.

What does a node.js web application’s setup look like on a real production server?

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. Being new to node js magic world, i’m wondering how does a web application’s setup look like on a real production server? So far […]

Strategy for reading and understanding Node.js code [duplicate]

This question already has answers here: How do you dive into large code bases? (31 answers) What is the most effective way to add functionality to unfamiliar, structurally unsound code? [duplicate] (7 answers) Closed 11 years ago. Concretely I am looking at this 2000 line file of what I will pretty arbitrarily call “mediocre” code. […]

Project implementation details in node.js

I am working as a software engineer turned team leader in a large software company. One of my areas of strength is node.js, and we are in the process of moving a lot of our services to separate node.js services, which is proving to be very successful so far.