Echo JS 0.11.0

<~>

bevacqua 3480 days ago. link 1 point
I used to love it until issues in hot code reloads led me to move on. That meant wasting a lot of time, and it was never fixed, now you have cluster mode and fork mode....

Nowadays I just use recluster instead.
sassyalex 3480 days ago. link 2 points
I know that this kind of stuff could happen before. Node.js is still a recent language and some really nice features like the cluster module had to evolve and PM2 also.

Now, for instance, the hot code reload (that is called reload now) has been re factored to provide a strong production ready feature. But you need to know that you have to use Node.js 0.11.x to use the "cluster_mode". A reminder has been added to notify the user about it.

So things evolves, and I hope in the right direction!
davidchase 3480 days ago. link 1 point
yeah i only used it in cluster mode and it worked well for me.. have you used it in cluster mode? or just use recluster?