Need advice about which tool to choose?Ask the StackShare community!

Envoyer

58
80
+ 1
3
Heroku

25.3K
20.2K
+ 1
3.2K
Add tool

Envoyer vs Heroku: What are the differences?

Introduction

In this article, we will compare and highlight the key differences between Envoyer and Heroku. Both Envoyer and Heroku are popular cloud platforms that are used for deploying and managing web applications. They have some similarities but also have distinct features that set them apart. Let's dive into the key differences between the two platforms.

  1. Deployment Process: Envoyer primarily focuses on deploying PHP applications and provides an easy deployment process. It automates the deployment process by integrating with version control systems like Git. On the other hand, Heroku supports a wide range of programming languages and frameworks. It uses a buildpack system that allows developers to specify the dependencies and configuration for their applications, making it highly adaptable for different use cases.

  2. Pricing Model: Envoyer follows a subscription-based pricing model, where users are billed monthly based on the number of deployment projects and team members. It offers different pricing tiers based on the scale of the applications. In contrast, Heroku provides a freemium model, allowing developers to start for free and then offering different pricing plans based on resource usage and additional features.

  3. Containerization: Envoyer uses a process-based deployment model, which means the application is deployed using traditional server setups. It does not use containerization technology like Docker. On the other hand, Heroku utilizes containerization with the help of its container runtime, called Dynos. Dynos provide a lightweight isolated environment for running applications and make it easier to scale and manage the application.

  4. Customization and Control: Envoyer offers a simplified deployment process and abstracts away some of the infrastructure and configuration details. This makes it easier for developers to get started quickly but may limit their control over infrastructure-level changes. On the other hand, Heroku provides more flexibility and control, allowing developers to configure environment variables, scale the application dynamically, and integrate with various add-ons.

  5. Scalability: Envoyer is designed to handle the deployment of PHP applications and may not be as scalable when compared to Heroku. Heroku provides robust auto-scaling features, allowing applications to handle a large number of concurrent requests and scale up or down based on demand. This makes it suitable for applications with varying traffic patterns and load.

  6. Community and Ecosystem: Heroku has a large and active developer community, with extensive documentation, tutorials, and resources. It also has a marketplace where developers can find add-ons and services to enhance their applications. Envoyer, although popular in the PHP community, may not have the same level of ecosystem and community support as Heroku.

In summary, Envoyer and Heroku differ in terms of their deployment process, pricing model, containerization approach, customization options, scalability, and community support. Developers should consider these differences to choose the platform that aligns best with their specific requirements and preferences.

Decisions about Envoyer and Heroku
Ben Diamond
Web Designer & Developer at Self-employed · | 6 upvotes · 15.9K views

As I was running through freeCodeCamp's curriculum, I was becoming frustrated by Replit's black box nature as a shared server solution for Node app testing. I wanted to move into a proper workflow with Git and a dedicated deployment solution just for educational or non-commercial purposes. Heroku solved that for me in spades.

Not only does Heroku support free app deployment if you don't use their extra service handlers, but you can directly hook into your GitHub repos and automatically update the app whenever you commit to the main branch. It's a simple way to get an app running as fast as possible if you wish to share a proof of concept or prototype before moving to dedicated servers.

See more

The Friendliest.app started on Heroku (both app and db) like most of my projects. The db on Heroku was on the cusp of becoming prohibitively expensive for this project.

After looking at options and reading recommendations we settled on Render to host both the application and db. Render's pricing model seems to scale more linearly with the application instead of the large pricing/performance jumps experienced with Heroku.

Migration to Render was extremely easy and we were able to complete both the db and application moves within 24 hours.

The only thing we're really missing on Render is a CLI. With Heroku, we could manage everything from the command line in VSCode. With Render, you need to use the web shell they provide.

See more

I'm transitioning to Render from heroku. The pricing scale matches my usage scale, yet it's just as easy to deploy. It's removed a lot of the devops that I don't like to deal with on setting up my own raw *nix box and makes deployment simple and easy!

Clustering I don't use clustering features at the moment but when i need to set up clustering of nodes and discoverability, render will enable that where Heroku would require that I use an external service like redis.

Restarts The restarts are annoying. I understand the reasoning, but I'd rather watch my service if its got a memory leak and work to fix it than to just assume that it has memory leaks and needs to restart.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Envoyer
Pros of Heroku
  • 3
    Easy to use
  • 703
    Easy deployment
  • 459
    Free for side projects
  • 374
    Huge time-saver
  • 348
    Simple scaling
  • 261
    Low devops skills required
  • 190
    Easy setup
  • 174
    Add-ons for almost everything
  • 153
    Beginner friendly
  • 150
    Better for startups
  • 133
    Low learning curve
  • 48
    Postgres hosting
  • 41
    Easy to add collaborators
  • 30
    Faster development
  • 24
    Awesome documentation
  • 19
    Simple rollback
  • 19
    Focus on product, not deployment
  • 15
    Natural companion for rails development
  • 15
    Easy integration
  • 12
    Great customer support
  • 8
    GitHub integration
  • 6
    Painless & well documented
  • 6
    No-ops
  • 4
    I love that they make it free to launch a side project
  • 4
    Free
  • 3
    Great UI
  • 3
    Just works
  • 2
    PostgreSQL forking and following
  • 2
    MySQL extension
  • 1
    Security
  • 1
    Able to host stuff good like Discord Bot
  • 0
    Sec

Sign up to add or upvote prosMake informed product decisions

Cons of Envoyer
Cons of Heroku
    Be the first to leave a con
    • 27
      Super expensive
    • 9
      Not a whole lot of flexibility
    • 7
      No usable MySQL option
    • 7
      Storage
    • 5
      Low performance on free tier
    • 2
      24/7 support is $1,000 per month

    Sign up to add or upvote consMake informed product decisions

    What is Envoyer?

    Envoyer deploys your PHP applications with zero downtime. Just push your code, and let Envoyer deliver your application to one or many servers without interrupting a single customer. In this series, we'll discuss each feature of Envoyer, demonstrating how to use them with a sample project.

    What is Heroku?

    Heroku is a cloud application platform – a new way of building and deploying web apps. Heroku lets app developers spend 100% of their time on their application code, not managing servers, deployment, ongoing operations, or scaling.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Envoyer?
    What companies use Heroku?
    See which teams inside your own company are using Envoyer or Heroku.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Envoyer?
    What tools integrate with Heroku?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    Sep 29 2020 at 7:36PM

    WorkOS

    PythonSlackG Suite+17
    6
    3050
    GitHubPythonNode.js+47
    54
    72320
    GitHubPythonSlack+25
    7
    3155
    Jun 19 2015 at 6:37AM

    ReadMe.io

    JavaScriptGitHubNode.js+25
    12
    2361
    GitHubPythonDocker+24
    13
    17014
    What are some alternatives to Envoyer and Heroku?
    Istio
    Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc.
    Envoy
    Originally built at Lyft, Envoy is a high performance C++ distributed proxy designed for single services and applications, as well as a communication bus and “universal data plane” designed for large microservice “service mesh” architectures.
    linkerd
    linkerd is an out-of-process network stack for microservices. It functions as a transparent RPC proxy, handling everything needed to make inter-service RPC safe and sane--including load-balancing, service discovery, instrumentation, and routing.
    NGINX
    nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.
    HAProxy
    HAProxy (High Availability Proxy) is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.
    See all alternatives