We have been working in a Node.JSjs game, part of a game network, which seems to be working slower and slower as you keep it open, as well as it seems to increase the RAM and CPU usage over time.
We are assuming it's a memory leak issue / improperimproper use of the data structures within the application.
The question is, ¿is there any tools that youhow could recommend toI detect and solvethe source of this type of issuesissue?