Best Node.js Alternatives in 2024

Find the top alternatives to Node.js currently available. Compare ratings, reviews, pricing, and features of Node.js alternatives in 2024. Slashdot lists the best Node.js alternatives on the market that offer competing products that are similar to Node.js. Sort through Node.js alternatives below to make the best choice for your needs

  • 1
    Twilio Reviews
    Top Pick
    See Software
    Learn More
    Compare Both
    Use the language you already love to prototype ideas quickly, develop production-ready communications applications, and run serverless applications on one API-powered platform. Twilio is a single fully-programmable platform with flexible APIs for any channel, built-in intelligence, and global infrastructure to support you at scale. Quickly integrate powerful APIs to start building solutions for SMS and WhatsApp messaging, voice, video, and email. Browse documentation and SDKs in multiple coding languages, including Ruby, Python, PHP, Node.js, java, and C#, or jumpstart your first project with our open source code templates to quickly build production-ready communications apps. Consult our community of over 9 million developers for guidance and inspiration on your next project. Sign up and start building today.
  • 2
    Google Cloud Run Reviews
    Fully managed compute platform to deploy and scale containerized applications securely and quickly. You can write code in your favorite languages, including Go, Python, Java Ruby, Node.js and other languages. For a simple developer experience, we abstract away all infrastructure management. It is built upon the open standard Knative which allows for portability of your applications. You can write code the way you want by deploying any container that listens to events or requests. You can create applications in your preferred language with your favorite dependencies, tools, and deploy them within seconds. Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously--depending on traffic. Cloud Run only charges for the resources you use. Cloud Run makes app development and deployment easier and more efficient. Cloud Run is fully integrated with Cloud Code and Cloud Build, Cloud Monitoring and Cloud Logging to provide a better developer experience.
  • 3
    LiteSpeed Web Server Reviews
    Our lightweight Apache alternative saves resources without compromising performance, security, compatibility, and convenience. LiteSpeed Web Server's event-driven architecture doubles the capacity of your Apache servers. It can handle thousands of concurrent clients and consume minimal memory and CPU usage. ModSecurity rules are already in place to protect your servers. You can also take advantage of many built-in antiDDoS features like bandwidth and connection throttling. You can save capital by reducing the number servers required to support your growing web hosting business or online application. Reduce complexity by eliminating the need to use an HTTPS reverse proxy or other 3rd party caching layer. LiteSpeed Web Server can load Apache configuration files directly and is compatible with all Apache features, including ModSecurity and Rewrite Engine.
  • 4
    Flask Reviews
    Flask is a lightweight WSGI framework for web applications. It's easy to use and can scale up to complex applications. It started as a wrapper for Jinja and Werkzeug, and has since grown to be one of the most popular Python web app frameworks. Flask is a suggestion tool that doesn't require any dependencies. The developer can choose the tools and libraries that they prefer. The community has many extensions that make it easy to add new functionality.
  • 5
    Giotto Reviews
    It is based upon the concept of Model,View and Controllers. The framework is designed with a clean style in mind, which results in code that can be maintained for a long time. Other popular frameworks are designed with the mindset of launching quickly. This leads to code that is easy to deploy, but becomes complex after several iterations. Apache or gunicorn is an example of a control process. When the controller process is started, it receives a manifest. All requests sent to the controller process are routed to the program in the manifest. A manifest is a collection of programs. A user sends a request to a controller process. This can be either a web request or a command-line invocation or any other action handled by a Controller Process.
  • 6
    Go Reviews
    It is now easier than ever to create services with Go thanks to the strong ecosystem of APIs and tools available on major cloud providers. Go allows you to create elegant and fast CLIs using popular open-source packages and a robust standard repository. Go powers fast, scalable web applications thanks to its enhanced memory performance and support of several IDEs. Go supports both DevOps as well as SRE with its fast build times and lean syntax. All you need to know about Go. Get started on a project or refresh your knowledge about Go code. Three sections provide an interactive introduction to Go. Each section ends with a few exercises that allow you to put what you have learned into practice. Anyone can use a web browser to create Go code that we instantly compile, link, then run on our servers.
  • 7
    Django Reviews
    Django is a high level Python web framework that encourages quick development and pragmatic design. It was developed by experienced web developers and allows you to focus on writing your application without having to reinvent the wheel. Django was created to make it easy for developers to take their applications from conception to completion as quickly and efficiently as possible. Django is committed to security and helps developers avoid common security errors. Django's ability scale quickly and flexiblely is a key feature of some of the most popular web sites. Django comes with a variety of additional tools that can be used to perform common web development tasks. Django handles user authentication, content administration and site maps. It also supports RSS feeds and many other tasks.
  • 8
    Express Reviews

    Express

    OpenJS Foundation

    Free
    Express is a lightweight and flexible Node.js framework that offers a wide range of features for mobile and web applications. It is easy to create a robust API using a variety of HTTP utility methods and middleware. Express offers a thin layer that covers the core web application features without obscuring the Node.js features you already love. Express does not have any notion of a database. Third-party Node modules allow you to interface with almost any database. Express does not recognize 404 responses as errors and will not capture them. This is because a response of 404 indicates that there is no additional work to be done. Express has executed all middleware functions, routes, and found none of them to be responsive.
  • 9
    Bottle Reviews
    Bottle is a lightweight, fast and simple WSGI micro-web framework for Python. It is distributed in a single module file and does not have any dependencies except for the Python Standard Library. Support for clean and dynamic URLs. Requests to function call mapping. Built-in template engine that is fast and pythonic, and supports mako2, jinja2 or cheetah. Access to form data, file uploads cookies, headers, and other HTTP metadata. Built-in HTTP Development Server and support for paste bjoern gae cherrypy or other WSGI capable HTTP servers.
  • 10
    JavaScript Reviews
    JavaScript is a web scripting language and programming language that allows developers to create dynamic elements on the internet. Client-side JavaScript is used by over 97% of all websites. JavaScript is the most popular scripting language on the internet.
  • 11
    FastAPI Reviews
    FastAPI is an advanced web framework that allows you to build APIs using Python 3.7+. It uses standard Python type hints. Fast: Very high-performance, on par with NodeJS or Go (thanks Pydantic and Starlette). One of the fastest Python Frameworks available. Reduce code duplication and get multiple features out of each parameter declaration.
  • 12
    Laravel Reviews
    Laravel is a web framework that uses expressive and elegant syntax. We've already laid the foundation, allowing you to create without worrying about the little things. Clean code is something we love as much as you. Simple and elegant syntax allows you to access amazing functionality. Each feature has been carefully considered to offer a great developer experience. You can dispatch background jobs to perform slow tasks such as sending emails or generating reports, while still getting a lightning fast response time. Stop sweating authentication. Laravel provides secure, session-based authentication with scaffolding, while Laravel Sanctum allows for painless authentication of APIs and mobile apps using Laravel Sanctum. Laravel is committed in delivering the best possible testing experience. No more broken tests that are difficult to maintain. Beautiful testing APIs, database seeding, browser testing, and painless shipping allow you to ship with confidence.
  • 13
    Litestar Reviews
    Everything you need to build modern APIs. From data serialization and validating to ORM integration, authentication, session management and websockets. Litestar places a high priority on developer experience and performance. It is one of the fastest ASGI Frameworks, and developing with it can be just as fast. Asynchronous at its core, but synchronous execution is not treated as a second-class citizen. Synchronous applications are run without performance penalties. Interfaces for key/value stores which seamlessly integrate into your application or third party extensions. Response caching using minimal configuration to improve response times. Response caching using minimal configuration to speed up response. Session-based and JWT-based authentication tools and utilities are available to help you build your authentication layer.
  • 14
    Spring Boot Reviews
    Spring Boot makes it easy for you to create standalone, production-grade Spring-based Applications that can be "just run". We offer an opinionated view on the Spring platform and third party libraries to help you get started quickly. Spring Boot applications require minimal configuration. Production-ready features like metrics, health checks and externalized configuration are required. To simplify your build configuration, provide opinionated'starter" dependencies. When possible, automatically configure Spring and third-party libraries.
  • 15
    Sanic Reviews
    You can build your app faster with an intuitive API that has smart defaults. Build your app the way you want without being constrained by your tooling. Built from the ground-up with speed and scalability in mind. It can power both large and small web applications. It comes with a webserver that is ready to run your web applications. Sanic is the most popular async framework on PyPI. The project is maintained by the community and run for the community.
  • 16
    Swoole Reviews
    Powering next-generation microservices. PHP's coroutine and fibers API makes it easy to build high-performance, scalable concurrent TCP, UDP Unix Sockets, HTTP, GRPC, HTTPS, GRPC, TCP, UDP services. PHP fibers and coroutines will help you create your next scalable async app. Swoole, compared to other async software or frameworks such as Nginx Tornado and Node.js is a complete solution with built-in support of async programing via fibers/coroutines. It also has a range multi-threaded modules (HTTP Server, GRPC and process pools) as well as support for popular PHP clients, like PDO MySQL, Redis and CURL. You can use the fiber API, coroutine or sync API to create applications. Swoole increases the efficiency of PHP applications, and allows you to move away from the traditional stateless model.
  • 17
    Spring Framework Reviews
    Spring makes Java programming faster, easier, safer, and more enjoyable for everyone. Spring's focus is on speed, simplicity and productivity, making it the most popular Java framework in the world. Spring's flexible libraries have been trusted by thousands of developers around the globe. Every day, Spring provides delightful experiences to millions upon millions of end-users, whether that's streaming TV, online shopping or any number of other innovative solutions. Spring's extensive and flexible set of extensions and third party libraries allow developers to create almost any kind of application. Spring Framework's Inversion of Control and Dependency Injection features are the core of a wide range of features and functionality. Spring Framework has the tools you need to build secure, reactive, cloud-based microservices that can be used for the web or complex streaming data flows for enterprises.
  • 18
    Micronaut Reviews
    Your application startup time is not limited by the size of your codebase. This results in a massive leap in startup times, lightning fast throughput, and minimal memory footprint. The framework caches reflection data and loads it for each bean in an application context when you build applications using reflection-based IoC frameworks. Cloud support is included, including cloud runtimes, distributed tracing, discovery services, and distributed tracing. You can quickly configure your favorite data-access layer, and use the APIs to create your own. You can quickly reap the benefits of familiar annotations. You can quickly spin up servers or clients in your unit testing and run them instantly. This API provides a simple, compile time, aspect-oriented programming API, which does not use reflection.
  • 19
    TypeScript Reviews
    TypeScript adds syntax to JavaScript to allow for tighter integration with your editor. Make sure to catch errors in your editor as soon as possible. TypeScript code can be converted to JavaScript and runs wherever JavaScript runs: in a browser, on Node.js, Deno, or in your apps. TypeScript can understand JavaScript and uses type-inference to provide great tooling for JavaScript without any additional code. 78% of 2020 State of JS respondents used TypeScript, and 93% said they would use it again. Type errors are the most common errors programmers make. A certain type of value was used when a different value was expected. This could be simple typos, failure to understand an API surface, incorrect assumptions about runtime behavior or other errors.
  • 20
    OpenResty Reviews
    OpenResty®, a fully-fledged web platform, integrates our enhanced Nginx core, LuaJIT and many carefully written Lua libraries. It also includes a lot of high-quality Nginx modules from third-parties. It's designed to allow developers to easily create scalable web apps, web services, or dynamic web gateways. OpenResty®, which makes use of a variety of well-designed Nginx module (mostly developed by the OpenResty Team), effectively transforms the nginx web server into a powerful web application server. Web developers can use the Lua programming languages to script various nginx C modules or Lua modules, and create extremely high-performance web apps that can handle 10K 1000K+ connections within a single box. OpenResty®, which aims to run your server side web app entirely in the Nginx Server, leverages Nginx’s event model to do nonblocking I/O and the HTTP clients.
  • 21
    .NET Reviews
    Free. Cross-platform. Open source. Open source platform for developing all your apps. You can create native apps for Android and iOS from one code base. Your.NET apps can be written in C# or F#, as well as Visual Basic. You can use your skills, code, favorite libraries, and code wherever you use.NET. These videos will show you more about.NET. .NET is open-source and we are grateful for all the contributions from the community.
  • 22
    Tornado Web Server Reviews
    Tornado is a Python web framework that also includes an asynchronous networking library. It was originally developed by FriendFeed. Tornado uses non-blocking network I/O to scale to thousands of open connections. This makes it ideal for long polling and WebSockets as well as other applications that require a long-lasting connection to each user. Tornado is a Python web framework that is unique. It does not use WSGI and is usually run with one thread per process. Although some support for WSGI is provided in the tornado.wsgi module it is not a main focus of development. Most applications should be written to use Tornado’s own interfaces (such WSGI directly) instead of using WSGI. Tornado code is not thread safe. Tornado is integrated into the standard library asyncio and shares the same event loop (by default, Tornado 5.0). Libraries designed for asyncio use can be used with Tornado.
  • 23
    Monkey Server Reviews
    Monkey is a lightweight web server and development platform for Linux and OSX. It is extremely scalable and has low CPU consumption. This makes it the ideal solution for embedded devices. It is compatible with ARM, x86, and x64. Monkey is a lightweight, scalable Web Server. It was originally designed for Linux but is also compatible with OSX. It was designed with an emphasis on embedded devices. Because of this, it is scalable by nature and has a low CPU and memory consumption. This makes it a great solution for high-end production servers. Monkey can be used on ARM, x86, and x64 architectures. Monkey uses a hybrid model that has a fixed number threads. Each thread can attend thousands of clients because it is event-driven and based on asynchronous sockets. Lock-free interaction between the worker threads and the scheduler is possible, which avoids race conditions and provides a significant performance advantage over other options.
  • 24
    MacHTTP-js Reviews
    MacHTTP-js can be viewed on macOS right now. MacHTTP-js is a completely new application that includes features not available in the original release in 1992. MacHTTP-js was written entirely using the node.js platform. This means that it can run on macOS and Windows as well as Linux operating systems. MacHTTP-js provides a fully-featured Web server that can run on 21st-century desktops and servers. A preview release is available for Mac users. The general release for Windows 10 or Linux computers will follow, with support for Docker. This is a fully-featured macOS release. Other O/S versions will be available shortly.
  • 25
    Node-RED Reviews
    Node-RED is a programming language that allows you to wire together hardware devices, online services, and APIs in new and exciting ways. It offers a browser-based editor that allows you to easily wire together flows using the large number of nodes available in the palette. The editor can be deployed to the runtime with just one click. Node-RED is a browser-based flow editor. It makes it easy to create flows by using the large number of nodes available in the palette. Flows can then be deployed to the runtime with a single click. The editor supports JavaScript functions. The library is able to save useful functions, flows, and templates for future reference. Node.js is used to build the lightweight runtime, which takes full advantage of its event-driven and non-blocking model. This makes it possible to run at the edge on low-cost hardware like the Raspberry Pi, as well as in cloud.
  • 26
    quark Reviews
    This project aims to do one thing well and do it well. That is, serve static web directories correctly and that is the goal. Other solutions are either too complicated (CGI support, dependencies upon external libraries, etc.). or lack features you expect (TLS, virtual hosts, partial content, not modified since, etc.). Quark attempts to find a middle ground and be as static as possible while still providing functions that are not available in more complex solutions. We believe that the majority of the web doesn't need to be dynamic. The main reason for the web obesity crisis is the increasing complexity of server-side applications. The current trend is to do everything on a server, including parsing and modifying files and databases, creating HTML, and all that using unfit languages such as JavaScript or PHP. This is a security and efficiency nightmare.
  • 27
    Gunicorn Reviews
    Gunicorn 'Green Unicorn is a Python WSGI http server for UNIX. It's a prefork worker model. Gunicorn is compatible with many web frameworks. It's also simple to implement, uses minimal server resources and is fairly fast.
  • 28
    Tengine Reviews
    Tengine is a webserver developed by Taobao. It is Asia's largest e-commerce site. It is built on the Nginx HTTP Server and offers many advanced features. Tengine has been tested on the top 100 websites worldwide, including Taobao. Since December 2011, Tengine has been open-source. The Tengine team is actively developing it. Its core members include people from Taobao and Sogou, as well as other internet companies. Tengine is a community effort, and everyone is welcome to participate. All features of Nginx-1.7.3 can be inherited. It is compatible with Nginx. Use connect HTTP to support forward proxy. Enhanced operations monitoring, including asynchronous log and rollback, DNS caching and memory usage. Unbuffered upload to HTTP and FastCGI backend server, which saves disk I/Os. More load balancing options, such as consistent hashing and session persistence, upstream quality check, and so on.
  • 29
    Eclipse Jetty Reviews
    Jetty is a web server and servlet containers that supports HTTP/2, WebSocket and OSGi. It also supports JMX, JNDI and many other integrations. These components are free to use and distribute. Jetty is used in many products and projects, both in production and development. Jetty is a long-standing favorite among developers because it can be easily embedded in tools, frameworks and application servers. It is fully featured and standards-based. Open source and commercially-usable, flexible, extensible, small footprint and embeddable, enterprise-scalable, dual-licensed under Eclipse and Apache. Large clusters, like Facebook Presto. Cloud computing, such Google AppEngine. The current recommended version for Jetty depends on the servlet API version and desired licensing.
  • 30
    OpenLiteSpeed Reviews
    OpenLiteSpeed is the Open Source version of LiteSpeed Web Server Enterprise. Both servers are maintained and actively developed by the same team. They also adhere to the same high-quality code standard. OpenLiteSpeed includes all the essential features of LiteSpeed Enterprise and is a sign of our support for the Open Source community. Events driven processes, lower overhead, and great scalability. You can keep your existing hardware. OpenLiteSpeed is compatible with mod_rewrite, so there's no need to learn a new syntax. You can continue to use your existing rules for rewriting. The built-in full-page cache module can be customized and optimized for exceptional user experience. Mod_pagespeed module automatically implements Google's PageSpeed optimization process. Just one click install OpenLiteSpeed, MariaDB, and WordPress on different operating systems.
  • 31
    Cowboy Reviews
    Cowboy is the ultimate Web server with support for Websocket and HTTP/2. Cowboy is an efficient, small and fast HTTP server for Erlang/OTP. Cowboy is a modern Web stack. This includes HTTP/1.1 and HTTP/2, WebSockets, server-sent events, and Webmachine-based HTTPEST. Cowboy includes functions for introspection, tracing, and other useful features that allow developers to see exactly what is happening at any given moment. The modular design makes it easy to add instrumentation. Cowboy is a quality project. It is small in code, efficient in memory and latency, and can be easily embedded in other applications. Cowboy uses clean Erlang code. It has hundreds of tests and is fully compatible with the Dialyzer. It is well-documented and includes a function reference, a guide for users, and many tutorials. It is recommended that you have a basic knowledge of HTTP protocol, but it is not necessary. The guide will cover all aspects of HTTP protocol.
  • 32
    Traefik Reviews
    What is Traefik Enterprise Edition and how does it work? TraefikEE, a cloud-native loadbalancer and Kubernetes Ingress controller, simplifies the networking complexity for application teams. TraefikEE is built on top of open-source Traefik and offers exclusive distributed and high availability features. It also provides premium bundled support for production-grade deployments. TraefikEE can support clustered deployments by dividing it into controllers and proxies. This increases security, scalability, and high availability. You can deploy applications anywhere, on-premises and in the cloud. Natively integrate with top-notch infrastructure tools. Dynamic and automatic TraefikEE features help you save time and ensure consistency when deploying, managing and scaling your applications. Developers have the ability to see and control their services, which will improve the development and delivery of applications.
  • 33
    Caddy Reviews
    Caddy simplifies your infrastructure. It handles TLS certificate renewals, OCP stapling and static file serving. Kubernetes Ingress is also included. Because it is modular, you can do more with one static binary that compiles on any platform. Caddy is great for containers, as it doesn't require dependencies (not even libc). Caddy can be used almost anywhere. Caddy automatically renews TLS certificates on your sites and obtains them. It even staples OCSP replies. Its innovative certificate management features are the best in their class. Caddy is written in go and offers greater memory security than servers written in C. It also has a hardened TLS stack powered with the go standard library that serves a large portion of all Internet traffic. Caddy is both an efficient, flexible static file server and a powerful, scalable, reverse proxy.
  • 34
    insight Reviews
    Insight REST API offers a simple, efficient and easy way to access data from the bitcoin network. You can also create your own services using it. AngularJS provides fast navigation with client-side javascript rendering. Complete REST and Websocket APIs for quering blocks and transactions; and receiving real-time updates. Thin data model using the bitcoind RPC interface for validating blockchain information. Fast bitcoind blockchain syncronization (7hrs to the entire livenet), using LevelDB data storage and, optionally raw bitcoind data file processing. Reports on double spend attempts and outpoints confirmations. Outputs spend status reports. Transactions include hyperlinks to input and outputs. Extended view of transactions to display advance details. Convert currency on the fly using bitstamp rates Opensourced, written in Node.js, and based on Bitcore nodejs.
  • 35
    Azure Functions Reviews
    Functions is an event-driven, serverless computing platform that allows you to develop more efficiently. It can also solve complex orchestration issues. You can build and debug locally, deploy and operate at scale in a cloud environment, and integrate services with triggers and bindings.
  • 36
    Interval Reviews

    Interval

    Interval

    $10 per user per month
    Interval can generate complete web apps from code written in Node.js, Python or other backend languages. If you enjoy writing code, but hate creating UIs, Interval is for you. Interval introduces a brand new programming model to build UIs. Interval will automatically produce UIs for you in your browser when you call the Interval SDK alongside your business logic. Interval's component libraries compress the laborious work of creating and wiring up UIs in your tools into simple method calls within your business logic. Interval validates input both in the UI as well as on the backend. The method call is not resolved until the user enters valid data. Interval renders an accessible, responsive UI within the user's web browser. Interval sends the value submitted by the user to your backend. No need to write internal APIs, as the network communication will be handled by Interval.
  • 37
    IBM Cloud Foundry Reviews
    Cloud Foundry ensures that all aspects of coding are tightly coordinated with any attached services. This results in consistent, reliable and fast iterating of applications. Cloud Foundry is an industry-standard platform-as-a-service (PaaS) that ensures the fastest, most reliable and easiest deployment of cloud-native apps. IBM Cloud Foundry PaaS is available in multiple hosting models. This allows you to tailor your PaaS experience and balance price, deployment speed, security, and other factors. Cloud Foundry offers runtimes for Java and Node.js as well as PHP, Python, Ruby and ASP.NET. There are also community build packs. The application runtimes, when combined with DevOps services enable a delivery pipeline which automates much iterative development.
  • 38
    NestJS Reviews
    Modular architecture allows for true flexibility and allows you to use any other libraries. A flexible ecosystem that can be used as a backbone for all types of server-side applications. Uses the latest JavaScript features to bring design patterns and mature solutions into Node.js. A complete development kit for building scalable server-side apps. JavaScript has been the "lingua franca of the web" for both front-end and backend applications in recent years thanks to Node.js. This has led to amazing projects such as Angular, React, and Vue that improve developer productivity and allow the creation of fast, extensible, and testable frontend applications. There are many great libraries, tools, and helpers for Node (and JavaScript server-side), but none of them solve the main problem of Architecture.
  • 39
    Pipedream Reviews
    The fastest way to integrate APIs, and run code. Pipedream is a serverless computing platform and integration platform that makes it easy for developers to create event-driven workflows and connect apps. Any API can be turned into an event stream by creating event sources. You can create event sources to listen for tweets, Github events or Airtable records. You can inspect events in a human-friendly manner, trigger Node.js workflows for every event, and consume events in your app via API. Node.js code steps are used to create workflows that run on every event. You can write your own Node.js and use any npm packages. Or you can reuse actions that scaffold popular APIs. You can trigger via sources, a custom URL, email address or SDK code, or a schedule. Connect to Auth apps once and they will continue to work in your workflow. Pipedream supports OAuth, key-based auth and handles token refresh and OAuth flow for you. Simply link accounts to steps, and include the appropriate auth information in code.
  • 40
    AIOHTTP Reviews
    Supports both the client and server side HTTP protocol. Both client and server web sockets are supported out-of-the box.
  • 41
    CanvasJS Charts Reviews
    JavaScript Charting Library with 10x faster performance and a simple API. Our JS Charts can be easily integrated with popular Frameworks such as Vue, Angular, and React. The library includes 30+ chart types, including line, column and bar, area, pie and doughnut, stacked, and others. Graphs can be easily integrated with many server-side technologies such as PHP, Ruby, Python and ASP.Net. It can render thousands of data points with no performance lag. CanvasJS supports 30 types of Charts and renders across all devices, including iPhone, iPad Android, Mac, Mac, and PCs. This allows you create rich dashboards that can be used across multiple devices without compromising the functionality or maintainability of your web app.
  • 42
    Casbin Reviews
    Casbin is a free authorization library that supports a variety of access control models including Access Control Lists, Role-Based Access Control and Attribute-Based Access Control. It is available in many programming languages, including Golang, Java (C/C++), Node.js (JavaScript), PHP, Laravel (Python),.NET (C#), Delphi (Rust), Ruby, Swift (Objective C), Lua (OpenResty), Dart(Flutter), and Elixir. This provides a consistent API on different platforms. Casbin abstracts the PERM metamodel into configuration files, allowing developers and administrators to change or upgrade authorization mechanisms simply by changing configurations. It supports a variety of databases, including MySQL, PostgreSQL and Oracle, MongoDB, Redis and AWS S3. The library includes a role manager that handles RBAC roles hierarchies, and it supports filtered policies management for efficient enforcement.
  • 43
    Sails Reviews
    You can build practical, production-ready Node.js applications in a matter weeks, not months. Sails, the most popular MVC framework for Node.js is designed to mimic the familiar MVC pattern from frameworks like Ruby on Rails but with support for modern apps, data driven APIs with scalable and service-oriented architecture. Sails makes it easy for enterprises to create custom Node.js applications. Your app will be written entirely in JavaScript. This is the same language that you and your team use in the browser. Sails bundles Waterline, a powerful ORM that allows you to access data from any database. Sails comes with blueprints to help you jumpstart your app’s backend without having to write any code. Sails automatically translates socket messages for you. This makes them compatible with every route in your Sails App. Sails provides commercial support to help you accelerate your development and ensure the best practices in your code.
  • 44
    Cherokee Reviews
    Cherokee is an open-source web server that's innovative, feature-rich and lightning fast. It's designed for next-generation secure web applications. Cherokee-Admin is a powerful web interface that allows you to configure everything. Cherokee supports the most popular web technologies: FastCGI. SCGI. PHP. uWSGI. SSI. CGI. LDAP. TLS/SSL. HTTP proxying, video streaming. Content caching. traffic shaping. Cherokee can be used on Linux, Solaris, Mac OS X, Solaris and BSD. It is extremely lightweight, efficient, and offers rock-solid stability. One of its many features deserves special mention. It has a user-friendly interface called Cherokee-admin which allows for easy configuration of every feature of the server. This administration interface allows for you to configure the webserver without needing to edit a text file that was written with a particular syntax.
  • 45
    Yandex Managed Service for YDB Reviews
    Serverless computing is perfect for systems with unpredictable load. Storage scaling, query execution and backup layers are all fully automated. The compatibility of AWS SDKs in serverless mode allows for Java, JavaScript Node.js.NET PHP Python Ruby. YDB is hosted across three availability zones to ensure availability, even if a zone or node goes offline. The system will automatically recover and continue working if equipment or data centers fail. YDB can handle hundreds of thousands transactions per second and has low latency. The system was designed for hundreds of petabytes.
  • 46
    Mongoose Reviews
    Mongoose transforms a software product, device, or appliance into a web-accessible server accessible via a browser. Mongoose is used to add a Web-accessible control box to a device. This is one of the most popular use cases. Tutorials and ready-to-go examples for common functions like authentication, live logs, and video streaming. Mongoose makes it easy to create APIs to remotely control your device or app via browser, mobile phone or automation tools. Mongoose can be used with a JSON library that is extremely efficient, lightweight, and MIT-licensed. Real-time, full duplex communication via MQTT and Websocket. You can exchange plain data or wrap data in JSON to use JSON - RPC! Mongoose transforms a software product, an appliance, or device into a web-accessible server accessible via a browser. Upload your device data to the cloud server of choice. You can either use a third-party cloud provider or create your own.
  • 47
    Microsoft IIS Reviews
    Internet Information Services (IIS for Windows®, Server) is a flexible, secure, and manageable Web server that can host any content on the Internet. IIS's open, scalable architecture is capable of handling the most difficult tasks.
  • 48
    Apache Traffic Server Reviews
    Apache Traffic Server™ software is a fast, extensible and compliant HTTP/1.1 and HTTP/2 caching proxy server. Yahoo! Yahoo! donated it to the Apache Foundation. It is currently used by many major CDNs and content creators. You can improve your response time and reduce server load by caching and reusing frequently requested web pages, images and web service calls. Modern SMP hardware supports this application, which can handle 10s of thousands requests per second. You can easily add keep-alive, filter, anonymize, or load balancing features by adding a proxy layer. APIs allow you to create your own plug-ins that can do everything from modifying HTTP headers, handling ESI requests, and writing your own cache algorithm. Yahoo! handles over 400TB per day Apache Traffic Server can be used as reverse proxy or forward proxy.
  • 49
    Unirest Reviews
    Unirest is a collection of lightweight HTTP libraries that are available in multiple languages. It was created and maintained by Kong who also maintains the open source API Gateway Kong. Install the npm module to use Unirest for node.js. Unirest makes it easier to create requests. Unirest supports gzip and can parse responses. You can also start with basic examples. To initiate a request, invoke the appropriate method on Unirest object and then call.end() to send it. You can also send the request directly by sending a callback with the URL. This provides simple and straightforward methods to manipulate the request before it is sent. This object is created when Unirest is invoked. This object has methods that can be chained like other libraries, such as jQuery or the popular request module Superagent (which is slightly modeled after this library).
  • 50
    F5 NGINX Plus Reviews
    Software load balancer, reverse proxy and web server with enterprise features and support. NGINX Plus is a favorite of modern app infrastructure and developers. NGINX Plus is more than just a web server. It adds enterprise-grade features such as high availability, active health checks and DNS system discovery to NGINX OpenSource. NGINX Plus is an easy-to-use, cloud-native reverse proxy, loadbalancer, and API gateway. NGINX Plus provides the five-star support that you expect from NGINX, whether you need to integrate advanced monitoring or strengthen security controls or orchestrate Kubernetes container deployments. NGINX Plus offers high availability and scalable scaling, as well as monitoring to assist in diagnosing and debugging complex applications. To prevent problems, active health checks monitor upstream servers to detect any issues.