Scaling your Node.js API like a boss
October 14, 2019
It's one thing to create a sample RESTful API using Node.js, but it's quite another to horizontally scale your architecture to hundreds of thousands of concurrent connections while trying to ensure redundancy and high availability. Volkan zelik shows what it takes to create real-life, scalable, highly available, and highly responsive Node.js applications.