Running Your Node.js App With Systemd - Part 1
There's a lot of different ways to run a Node.js app in production. In this post, we cover running a Node app on a "standard" Linux server using systemd.
There's a lot of different ways to run a Node.js app in production. In this post, we cover running a Node app on a "standard" Linux server using systemd.
Today we're happy to announce support for the arm64 instruction set in the Debian distributions of Node.js.
There's a few things we'd like to change about our setup from Part 1 to make it production ready - we're going to dive a bit deeper into SysAdmin land.