Alternatives to Azure Websites logo

Alternatives to Azure Websites

Azure App Service, Heroku, Google App Engine, Apollo, and AWS Elastic Beanstalk are the most popular alternatives and competitors to Azure Websites.
403
401
+ 1
23

What is Azure Websites and what are its top alternatives?

Azure Websites is a fully managed Platform-as-a-Service (PaaS) that enables you to build, deploy and scale enterprise-grade web Apps in seconds. Focus on your application code, and let Azure take care of the infrastructure to scale and securely run it for you.
Azure Websites is a tool in the Platform as a Service category of a tech stack.

Top Alternatives to Azure Websites

  • Azure App Service
    Azure App Service

    Quickly build, deploy, and scale web apps created with popular frameworks .NET, .NET Core, Node.js, Java, PHP, Ruby, or Python, in containers or running on any operating system. Meet rigorous, enterprise-grade performance, security, and compliance requirements by using the fully managed platform for your operational and monitoring tasks. ...

  • Heroku
    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. ...

  • Google App Engine
    Google App Engine

    Google has a reputation for highly reliable, high performance infrastructure. With App Engine you can take advantage of the 10 years of knowledge Google has in running massively scalable, performance driven systems. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. ...

  • Apollo
    Apollo

    Build a universal GraphQL API on top of your existing REST APIs, so you can ship new application features fast without waiting on backend changes. ...

  • AWS Elastic Beanstalk
    AWS Elastic Beanstalk

    Once you upload your application, Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring. ...

  • Apache Camel
    Apache Camel

    An open source Java framework that focuses on making integration easier and more accessible to developers. ...

  • Red Hat OpenShift
    Red Hat OpenShift

    OpenShift is Red Hat's Cloud Computing Platform as a Service (PaaS) offering. OpenShift is an application platform in the cloud where application developers and teams can build, test, deploy, and run their applications. ...

  • Hasura
    Hasura

    An open source GraphQL engine that deploys instant, realtime GraphQL APIs on any Postgres database. ...

Azure Websites alternatives & related posts

Azure App Service logo

Azure App Service

291
369
11
Build, deploy, and scale web apps on a fully managed platform
291
369
+ 1
11
PROS OF AZURE APP SERVICE
  • 6
    .Net Framework
  • 5
    Visual studio
CONS OF AZURE APP SERVICE
    Be the first to leave a con

    related Azure App Service posts

    Mehdi Baaboura
    Managing Director at Gigadrive · | 2 upvotes · 19.3K views

    Easier setup and integration for PHP based applications. Azure App Service requires a lot of extra configuration, while AWS Elastic Beanstalk has most things set-up out of the box. On top of this, Azure is much more expensive.

    See more
    Heroku logo

    Heroku

    25.2K
    20.1K
    3.2K
    Build, deliver, monitor and scale web apps and APIs with a trail blazing developer experience.
    25.2K
    20.1K
    + 1
    3.2K
    PROS OF HEROKU
    • 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
    CONS OF HEROKU
    • 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

    related Heroku posts

    Russel Werner
    Lead Engineer at StackShare · | 32 upvotes · 1.9M views

    StackShare Feed is built entirely with React, Glamorous, and Apollo. One of our objectives with the public launch of the Feed was to enable a Server-side rendered (SSR) experience for our organic search traffic. When you visit the StackShare Feed, and you aren't logged in, you are delivered the Trending feed experience. We use an in-house Node.js rendering microservice to generate this HTML. This microservice needs to run and serve requests independent of our Rails web app. Up until recently, we had a mono-repo with our Rails and React code living happily together and all served from the same web process. In order to deploy our SSR app into a Heroku environment, we needed to split out our front-end application into a separate repo in GitHub. The driving factor in this decision was mostly due to limitations imposed by Heroku specifically with how processes can't communicate with each other. A new SSR app was created in Heroku and linked directly to the frontend repo so it stays in-sync with changes.

    Related to this, we need a way to "deploy" our frontend changes to various server environments without building & releasing the entire Ruby application. We built a hybrid Amazon S3 Amazon CloudFront solution to host our Webpack bundles. A new CircleCI script builds the bundles and uploads them to S3. The final step in our rollout is to update some keys in Redis so our Rails app knows which bundles to serve. The result of these efforts were significant. Our frontend team now moves independently of our backend team, our build & release process takes only a few minutes, we are now using an edge CDN to serve JS assets, and we have pre-rendered React pages!

    #StackDecisionsLaunch #SSR #Microservices #FrontEndRepoSplit

    See more
    Simon Reymann
    Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 8.9M views

    Our whole DevOps stack consists of the following tools:

    • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
    • Respectively Git as revision control system
    • SourceTree as Git GUI
    • Visual Studio Code as IDE
    • CircleCI for continuous integration (automatize development process)
    • Prettier / TSLint / ESLint as code linter
    • SonarQube as quality gate
    • Docker as container management (incl. Docker Compose for multi-container application management)
    • VirtualBox for operating system simulation tests
    • Kubernetes as cluster management for docker containers
    • Heroku for deploying in test environments
    • nginx as web server (preferably used as facade server in production environment)
    • SSLMate (using OpenSSL) for certificate management
    • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
    • PostgreSQL as preferred database system
    • Redis as preferred in-memory database/store (great for caching)

    The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

    • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
    • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
    • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
    • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
    • Scalability: All-in-one framework for distributed systems.
    • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
    See more
    Google App Engine logo

    Google App Engine

    10K
    7.8K
    610
    Build web applications on the same scalable systems that power Google applications
    10K
    7.8K
    + 1
    610
    PROS OF GOOGLE APP ENGINE
    • 145
      Easy to deploy
    • 106
      Auto scaling
    • 80
      Good free plan
    • 62
      Easy management
    • 56
      Scalability
    • 35
      Low cost
    • 32
      Comprehensive set of features
    • 28
      All services in one place
    • 22
      Simple scaling
    • 19
      Quick and reliable cloud servers
    • 6
      Granular Billing
    • 5
      Easy to develop and unit test
    • 4
      Monitoring gives comprehensive set of key indicators
    • 3
      Really easy to quickly bring up a full stack
    • 3
      Create APIs quickly with cloud endpoints
    • 2
      Mostly up
    • 2
      No Ops
    CONS OF GOOGLE APP ENGINE
      Be the first to leave a con

      related Google App Engine posts

      Nick Rockwell
      SVP, Engineering at Fastly · | 12 upvotes · 421.8K views

      So, the shift from Amazon EC2 to Google App Engine and generally #AWS to #GCP was a long decision and in the end, it's one that we've taken with eyes open and that we reserve the right to modify at any time. And to be clear, we continue to do a lot of stuff with AWS. But, by default, the content of the decision was, for our consumer-facing products, we're going to use GCP first. And if there's some reason why we don't think that's going to work out great, then we'll happily use AWS. In practice, that hasn't really happened. We've been able to meet almost 100% of our needs in GCP.

      So it's basically mostly Google Kubernetes Engine , we're mostly running stuff on Kubernetes right now.

      #AWStoGCPmigration #cloudmigration #migration

      See more
      Aliadoc Team

      In #Aliadoc, we're exploring the crowdfunding option to get traction before launch. We are building a SaaS platform for website design customization.

      For the Admin UI and website editor we use React and we're currently transitioning from a Create React App setup to a custom one because our needs have become more specific. We use CloudFlare as much as possible, it's a great service.

      For routing dynamic resources and proxy tasks to feed websites to the editor we leverage CloudFlare Workers for improved responsiveness. We use Firebase for our hosting needs and user authentication while also using several Cloud Functions for Firebase to interact with other services along with Google App Engine and Google Cloud Storage, but also the Real Time Database is on the radar for collaborative website editing.

      We generally hate configuration but honestly because of the stage of our project we lack resources for doing heavy sysops work. So we are basically just relying on Serverless technologies as much as we can to do all server side processing.

      Visual Studio Code definitively makes programming a much easier and enjoyable task, we just love it. We combine it with Bitbucket for our source code control needs.

      See more
      Apollo logo

      Apollo

      2.4K
      1.8K
      25
      GraphQL server for Express, Connect, Hapi, Koa and more
      2.4K
      1.8K
      + 1
      25
      PROS OF APOLLO
      • 12
        From the creators of Meteor
      • 8
        Great documentation
      • 3
        Open source
      • 2
        Real time if use subscription
      CONS OF APOLLO
      • 1
        File upload is not supported
      • 1
        Increase in complexity of implementing (subscription)

      related Apollo posts

      Nick Rockwell
      SVP, Engineering at Fastly · | 46 upvotes · 3.2M views

      When I joined NYT there was already broad dissatisfaction with the LAMP (Linux Apache HTTP Server MySQL PHP) Stack and the front end framework, in particular. So, I wasn't passing judgment on it. I mean, LAMP's fine, you can do good work in LAMP. It's a little dated at this point, but it's not ... I didn't want to rip it out for its own sake, but everyone else was like, "We don't like this, it's really inflexible." And I remember from being outside the company when that was called MIT FIVE when it had launched. And been observing it from the outside, and I was like, you guys took so long to do that and you did it so carefully, and yet you're not happy with your decisions. Why is that? That was more the impetus. If we're going to do this again, how are we going to do it in a way that we're gonna get a better result?

      So we're moving quickly away from LAMP, I would say. So, right now, the new front end is React based and using Apollo. And we've been in a long, protracted, gradual rollout of the core experiences.

      React is now talking to GraphQL as a primary API. There's a Node.js back end, to the front end, which is mainly for server-side rendering, as well.

      Behind there, the main repository for the GraphQL server is a big table repository, that we call Bodega because it's a convenience store. And that reads off of a Kafka pipeline.

      See more
      Adam Neary

      At Airbnb we use GraphQL Unions for a "Backend-Driven UI." We have built a system where a very dynamic page is constructed based on a query that will return an array of some set of possible “sections.” These sections are responsive and define the UI completely.

      The central file that manages this would be a generated file. Since the list of possible sections is quite large (~50 sections today for Search), it also presumes we have a sane mechanism for lazy-loading components with server rendering, which is a topic for another post. Suffice it to say, we do not need to package all possible sections in a massive bundle to account for everything up front.

      Each section component defines its own query fragment, colocated with the section’s component code. This is the general idea of Backend-Driven UI at Airbnb. It’s used in a number of places, including Search, Trip Planner, Host tools, and various landing pages. We use this as our starting point, and then in the demo show how to (1) make and update to an existing section, and (2) add a new section.

      While building your product, you want to be able to explore your schema, discovering field names and testing out potential queries on live development data. We achieve that today with GraphQL Playground, the work of our friends at #Prisma. The tools come standard with Apollo Server.

      #BackendDrivenUI

      See more
      AWS Elastic Beanstalk logo

      AWS Elastic Beanstalk

      2.1K
      1.8K
      241
      Quickly deploy and manage applications in the AWS cloud.
      2.1K
      1.8K
      + 1
      241
      PROS OF AWS ELASTIC BEANSTALK
      • 77
        Integrates with other aws services
      • 65
        Simple deployment
      • 44
        Fast
      • 28
        Painless
      • 16
        Free
      • 4
        Well-documented
      • 3
        Independend app container
      • 2
        Postgres hosting
      • 2
        Ability to be customized
      CONS OF AWS ELASTIC BEANSTALK
      • 2
        Charges appear automatically after exceeding free quota
      • 1
        Lots of moving parts and config
      • 0
        Slow deployments

      related AWS Elastic Beanstalk posts

      Julien DeFrance
      Principal Software Engineer at Tophatter · | 16 upvotes · 3.1M views

      Back in 2014, I was given an opportunity to re-architect SmartZip Analytics platform, and flagship product: SmartTargeting. This is a SaaS software helping real estate professionals keeping up with their prospects and leads in a given neighborhood/territory, finding out (thanks to predictive analytics) who's the most likely to list/sell their home, and running cross-channel marketing automation against them: direct mail, online ads, email... The company also does provide Data APIs to Enterprise customers.

      I had inherited years and years of technical debt and I knew things had to change radically. The first enabler to this was to make use of the cloud and go with AWS, so we would stop re-inventing the wheel, and build around managed/scalable services.

      For the SaaS product, we kept on working with Rails as this was what my team had the most knowledge in. We've however broken up the monolith and decoupled the front-end application from the backend thanks to the use of Rails API so we'd get independently scalable micro-services from now on.

      Our various applications could now be deployed using AWS Elastic Beanstalk so we wouldn't waste any more efforts writing time-consuming Capistrano deployment scripts for instance. Combined with Docker so our application would run within its own container, independently from the underlying host configuration.

      Storage-wise, we went with Amazon S3 and ditched any pre-existing local or network storage people used to deal with in our legacy systems. On the database side: Amazon RDS / MySQL initially. Ultimately migrated to Amazon RDS for Aurora / MySQL when it got released. Once again, here you need a managed service your cloud provider handles for you.

      Future improvements / technology decisions included:

      Caching: Amazon ElastiCache / Memcached CDN: Amazon CloudFront Systems Integration: Segment / Zapier Data-warehousing: Amazon Redshift BI: Amazon Quicksight / Superset Search: Elasticsearch / Amazon Elasticsearch Service / Algolia Monitoring: New Relic

      As our usage grows, patterns changed, and/or our business needs evolved, my role as Engineering Manager then Director of Engineering was also to ensure my team kept on learning and innovating, while delivering on business value.

      One of these innovations was to get ourselves into Serverless : Adopting AWS Lambda was a big step forward. At the time, only available for Node.js (Not Ruby ) but a great way to handle cost efficiency, unpredictable traffic, sudden bursts of traffic... Ultimately you want the whole chain of services involved in a call to be serverless, and that's when we've started leveraging Amazon DynamoDB on these projects so they'd be fully scalable.

      See more

      We initially started out with Heroku as our PaaS provider due to a desire to use it by our original developer for our Ruby on Rails application/website at the time. We were finding response times slow, it was painfully slow, sometimes taking 10 seconds to start loading the main page. Moving up to the next "compute" level was going to be very expensive.

      We moved our site over to AWS Elastic Beanstalk , not only did response times on the site practically become instant, our cloud bill for the application was cut in half.

      In database world we are currently using Amazon RDS for PostgreSQL also, we have both MariaDB and Microsoft SQL Server both hosted on Amazon RDS. The plan is to migrate to AWS Aurora Serverless for all 3 of those database systems.

      Additional services we use for our public applications: AWS Lambda, Python, Redis, Memcached, AWS Elastic Load Balancing (ELB), Amazon Elasticsearch Service, Amazon ElastiCache

      See more
      Apache Camel logo

      Apache Camel

      1.5K
      315
      22
      A versatile open source integration framework
      1.5K
      315
      + 1
      22
      PROS OF APACHE CAMEL
      • 5
        Based on Enterprise Integration Patterns
      • 4
        Has over 250 components
      • 4
        Free (open source)
      • 4
        Highly configurable
      • 3
        Open Source
      • 2
        Has great community
      CONS OF APACHE CAMEL
        Be the first to leave a con

        related Apache Camel posts

        Red Hat OpenShift logo

        Red Hat OpenShift

        1.5K
        1.4K
        517
        Red Hat's free Platform as a Service (PaaS) for hosting Java, PHP, Ruby, Python, Node.js, and Perl apps
        1.5K
        1.4K
        + 1
        517
        PROS OF RED HAT OPENSHIFT
        • 99
          Good free plan
        • 63
          Open Source
        • 47
          Easy setup
        • 43
          Nodejs support
        • 42
          Well documented
        • 32
          Custom domains
        • 28
          Mongodb support
        • 27
          Clean and simple architecture
        • 25
          PHP support
        • 21
          Customizable environments
        • 11
          Ability to run CRON jobs
        • 9
          Easier than Heroku for a WordPress blog
        • 8
          Easy deployment
        • 7
          PostgreSQL support
        • 7
          Autoscaling
        • 7
          Good balance between Heroku and AWS for flexibility
        • 5
          Free, Easy Setup, Lot of Gear or D.I.Y Gear
        • 4
          Shell access to gears
        • 3
          Great Support
        • 3
          High Security
        • 3
          Logging & Metrics
        • 2
          Cloud Agnostic
        • 2
          Runs Anywhere - AWS, GCP, Azure
        • 2
          No credit card needed
        • 2
          Because it is easy to manage
        • 2
          Secure
        • 2
          Meteor support
        • 2
          Overly complicated and over engineered in majority of e
        • 2
          Golang support
        • 2
          Its free and offer custom domain usage
        • 1
          Autoscaling at a good price point
        • 1
          Easy setup and great customer support
        • 1
          MultiCloud
        • 1
          Great free plan with excellent support
        • 1
          This is the only free one among the three as of today
        CONS OF RED HAT OPENSHIFT
        • 2
          Decisions are made for you, limiting your options
        • 2
          License cost
        • 1
          Behind, sometimes severely, the upstreams

        related Red Hat OpenShift posts

        Conor Myhrvold
        Tech Brand Mgr, Office of CTO at Uber · | 44 upvotes · 9.5M views

        How Uber developed the open source, end-to-end distributed tracing Jaeger , now a CNCF project:

        Distributed tracing is quickly becoming a must-have component in the tools that organizations use to monitor their complex, microservice-based architectures. At Uber, our open source distributed tracing system Jaeger saw large-scale internal adoption throughout 2016, integrated into hundreds of microservices and now recording thousands of traces every second.

        Here is the story of how we got here, from investigating off-the-shelf solutions like Zipkin, to why we switched from pull to push architecture, and how distributed tracing will continue to evolve:

        https://eng.uber.com/distributed-tracing/

        (GitHub Pages : https://www.jaegertracing.io/, GitHub: https://github.com/jaegertracing/jaeger)

        Bindings/Operator: Python Java Node.js Go C++ Kubernetes JavaScript OpenShift C# Apache Spark

        See more
        Michael Ionita

        We use Kubernetes because we decided to migrate to a hosted cluster (not AWS) and still be able to scale our clusters up and down depending on load. By wrapping it with OpenShift we are now able to easily adapt to demand but also able to separate concerns into separate Pods depending on use-cases we have.

        See more
        Hasura logo

        Hasura

        328
        627
        144
        An open source GraphQL engine that deploys instant, realtime GraphQL APIs on any Postgres database.
        328
        627
        + 1
        144
        PROS OF HASURA
        • 23
          Fast
        • 18
          Easy GraphQL subscriptions
        • 16
          Easy setup of relationships and permissions
        • 15
          Automatically generates your GraphQL schema
        • 15
          Minimal learning curve
        • 13
          No back-end code required
        • 13
          Works with new and existing databases
        • 12
          Instant production ready GraphQL
        • 11
          Great UX
        • 4
          Low usage of resources
        • 4
          Simple
        CONS OF HASURA
        • 3
          Cumbersome validations

        related Hasura posts

        Jorge Armando Molano Prada

        Hey guys! I am looking for some advice. I would like to start learning new technologies but I am confused about some concepts:

        My objective is to have a Next.js frontend application (which will be getting data from a custom API), and a backend web app running ExpressJS.

        I would like to use GraphQL, so I found that I can use Hasura to expose the PostgreSQL data directly to the frontend, so my question is: is it possible for the backend to connect to Hasura and do CRUD on the database or should I use something like Prisma + Graphql?

        Could you please give an example of a working application using these technologies, or an approach on how you will implement it? Thanks!

        A simple diagram of what I think could be implemented: https://miro.com/app/board/uXjVOow62HA=/?share_link_id=548654600442

        See more