express-gateway VS apisix-dashboard

Compare express-gateway vs apisix-dashboard and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
express-gateway apisix-dashboard
3 35
2,925 914
0.4% 1.8%
0.0 4.1
22 days ago 3 days ago
JavaScript Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

express-gateway

Posts with mentions or reviews of express-gateway. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-25.
  • 5 Ways to Improve Your API Reliability
    6 projects | dev.to | 25 Jul 2023
    Express Gateway: A microservices API Gateway built on Express.js. It's entirely extensible and framework agnostic, delivering robust, scalable solutions in no time.
  • How to choose the right API Gateway
    15 projects | dev.to | 22 Nov 2022
    Next, review deployment complexity such as DB-less versus database-backed deployments. For example, Kong does require running Cassandra or Postgres. Apigee requires Cassandra, Zookeeper, and Postgres to run, while other solutions like Express Gateway and Tyk only require Redis. Apache APISIX uses etcd as its data store, it stores and manages routing-related and plugin-related configurations in etcd in the Data Plane.

apisix-dashboard

Posts with mentions or reviews of apisix-dashboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • RBAC with API Gateway and Open Policy Agent(OPA)
    4 projects | dev.to | 16 May 2023
    With various access control models and implementation methods available, constructing an authorization system for backend service APIs can still be challenging. However, the ultimate goal is to ensure that the correct individual has appropriate access to the relevant resource. In this article, we will discuss how to enable the Role-based access control(RBAC) authorization model for your API with open-source API Gateway Apache APISIX and Open Policy Agent (OPA).
  • Make API product lifecycle management easy
    2 projects | dev.to | 29 Mar 2023
    The API Create phase is the first stage in the API product lifecycle management process where you design, orchestrate, transform, document, and test your API. At this stage, modern API gateways like Apache APISIX can be helpful to build your API from scratch or import API definitions from a range of sources like OpenAPI YAML/JSON structure to register Route and Upstreams.
  • mTLS everywhere!
    5 projects | dev.to | 23 Mar 2023
    Apache APISIX is an API Gateway. By default, it stores its configuration in etcd, a distributed key-value store - the same one used by Kubernetes. Note that in real-world scenarios, we should set up etcd clustering to improve the resiliency of the solution. For this post, we will limit ourselves to a single etcd instance. Apache APISIX offers an admin API via HTTP endpoints. Finally, the gateway forwards calls from the client to an upstream. Here's an overview of the architecture and the required certificates:
  • Efficiently Manage Your GraphQL API with API Gateway
    4 projects | dev.to | 22 Mar 2023
    One of the key features of modern API Gateways such as Apache APISIX is its support for GraphQL APIs. APISIX makes it easy to manage and scale GraphQL APIs using its flexible configuration system and powerful plugins. One such plugin is the degrapghql plugin, which allows us to convert the GraphQL API into a REST API. In this post, we will explore this feature with an example.
  • A Guide to DevSecOps with API Gateway
    8 projects | dev.to | 17 Mar 2023
    Secure your API: Use an to secure API Gateway by adding authentication, rate limiting, and other security features. It reduces the number of exposed APIs, organizations can reduce surfaces of attacks.
  • gRPC on the client side
    9 projects | dev.to | 16 Mar 2023
    An alternative exists, though, if you're using an API Gateway. I'll describe how to do it with Apache APISIX, but perhaps other gateways can do the same. grpc-transcode is a plugin that allows transcoding REST calls to gRPC and back again.
  • Expose APIs from Apache APISIX to the Power Platform
    2 projects | dev.to | 2 Mar 2023
    In this article, we will show you how to create a custom connector for the open-source Apache APISIX API Gateway in Power Platform as an alternative to Azure API Management in case you are building up additional components to an existing system with usable APIs and your system's infrastructure is hosted on-premises or on other cloud services provider rather than Azure.
  • The right feature at the right place
    2 projects | dev.to | 23 Feb 2023
    Here's how to do it with Apache APISIX.
  • Apache APISIX Serverless Plugin for Event Hooks
    6 projects | dev.to | 21 Feb 2023
    Apache APISIX is an open-source, high-performance API gateway built on top of Nginx. One of its powerful features is the ability to create serverless functions, which are small, stateless programs that can extend the functionality of Apache APISIX. In this article, we'll cover the basics of the Apache APISIX serverless plugin and how it can be used to trigger serverless functions in response to events.
  • Powering AI Capabilities with Apache APISIX and OpenAI API
    6 projects | dev.to | 7 Feb 2023
    However, as the usage of AI grows, so does the need for scalable, performant, and secure API integrations. This is where Apache APISIX comes in. Apache APISIX is a high-performance open-source API gateway that provides advanced features for managing and scaling API integrations.

What are some alternatives?

When comparing express-gateway and apisix-dashboard you can also consider the following projects:

krakend-ce - KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.

mongo-express - Web-based MongoDB admin interface, written with Node.js and express

nodebestpractices - :white_check_mark: The Node.js best practices list (February 2024)

webpack-hot-server-middleware - :fire: Hot reload webpack bundles on the server

etcd - Distributed reliable key-value store for the most critical data of a distributed system

cote - A Node.js library for building zero-configuration microservices.

prometheus - The Prometheus monitoring system and time series database.

express-json-validator-middleware - Express middleware for validating requests against JSON schema

sematext-agent-express - Express.js Monitoring and Logging Agent by Sematext

Vagrant - Vagrant is a tool for building and distributing development environments.

apisix - The Cloud-Native API Gateway

stepzen-datalayer-microservices - An example showing how to build a GraphQL data layer for your microservices with StepZen.