To the program

Node.js adventures in production

Presentation
Frontend

Writing working code is only half the battle. The other half is delivering the code to production and running traffic on it. Over the years, we’ve seen huge advances made in deployment: from hardware servers to a whole range of virtual machines, including serverless and PaaS (Platform as a Service). It feels like there are new solutions being released every day, so let’s share what we have before it goes obsolete.

This presentation will teach you:

  • How and where you can run server-side JavaScript on the web now
  • How to add a database to server JavaScript and withstand the load

Speakers