Tagged Questions
5
votes
1answer
247 views
Movable Square-Div with Web Sockets, ws module, Node.js, and jQueryUI [closed]
I'm trying to make a simple little program in Node to use as a code base from with to program my whole web app. However, it isn't exactly working as planned because I'm stuck.
I wanted it so that ...
4
votes
1answer
357 views
Where is the memory leak in this scraper?
This is a scraper written in coffee-script for nodeJS. It is run in an interval (set to 5 seconds here to dramtically show the leak). Somewhere this code leaks memory. I already tried nulling a few ...