Posts tagged Express.js

Deploy an Express.js application on AWS Elastic Beanstalk and scale it with Memcached

Express is a massively popular framework for Node and is a tried and tested choice for building fast web apps and APIs. AWS Elastic Beanstalk is a service for deploying and scaling web applications and services. It offers a quick and efficient way to deploy your Express app.

Scaling an Express.js Application with Memcache on DigitalOcean

In this guide, we’ll explore how to create a simple Express 4 application, deploy it using DigitalOcean, then add Memcache to alleviate a performance bottleneck.

Scaling an Express.js Application with Memcache on Amazon Elastic Beanstalk

In this guide, we’ll explore how to create a simple Express 4 application, deploy it using Amazon Elastic Beanstalk, then add Memcache to alleviate a performance bottleneck.