Hacker News new | ask | show | jobs
by abhilash1in 2614 days ago
Any reason for the transition from the old NodeJS backend to the new Go backend? Did NodeJS hinder the performance in any way?
1 comments

I wrote the old codebase ~4 years ago when I was just learning NodeJS, and didn't touch it too much after that, so it was in dire need of being replaced, in particular since it wasn't really written to scale horizontally.

Didn't have any particular issues with NodeJS in terms of performance, just felt like using Go when I was rewriting it.