API Gateways for Linux

View 5 business solutions
  • Extended Threat Intelligence | SOCRadar Icon
    Extended Threat Intelligence | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Enterprises need full-spectrum cyber intelligenceβ€”beyond social media and the dark web. SOCRadar monitors cloud buckets, dark web leaks, and external threats in real time. Automate takedowns, detect brand impersonations, and stay ahead of evolving attacks. Strengthen your security with Extended Threat Intelligence.
    Free Trial
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do bestβ€”building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 1
    Serverless Webpack

    Serverless Webpack

    Serverless plugin to bundle your lambdas with Webpack

    A Serverless Framework plugin to build your lambda functions with Webpack. When enabled in your service configuration, functions are packaged and compiled individually, resulting in smaller Lambda packages that contain only the code and dependencies needed to run the function. This allows the plugin to fully utilize WebPack's Tree-Shaking optimization. Configuration possibilities range from zero-config to fully customizable. Support of serverless package, serverless deploy and serverless deploy function. Support of serverless invoke local and serverless invoke local --watch. Support of serverless run and serverless run --watch. Integrates with serverless-offline to simulate local API Gateway endpoints. Cleaned up configuration. You should now use a custom.webpack object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Sparkler - for API development

    Sparkler - for API development

    Cross platform API request builder to make HTTP with different methods

    Cross platform API request builder to make HTTP with different methods and WebSocket connection and you can send and receive data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Swift5 API client for Blockfrost

    Swift5 API client for Blockfrost

    Swift SDK for Blockfrost.io API

    Swift 5.7 SDK for Blockfrost.io API. Methods with paging parameters (count, page, order) have paging methods enabling to load all results, iterating over all pages in the background. The method returns list of all results once all pages have been downloaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Lura Project framework

    The Lura Project framework

    Ultra performant API Gateway with middlewares

    An extendable, simple and stateless high-performance API Gateway framework designed for both cloud-native and on-prem setups. Consumers of REST API content (specially in microservices) often query backend services that weren’t coded for the UI implementation. This is of course a good practice, but the UI consumers need to do implementations that suffer a lot of complexity and burden with the sizes of their microservices responses. Lura is an API Gateway builder and proxy generator that sits between the client and all the source servers, adding a new layer that removes all the complexity to the clients, providing them only the information that the UI needs. Lura acts as an aggregator of many sources into single endpoints and allows you to group, wrap, transform and shrink responses. Additionally it supports a myriad of middlewares and plugins that allow you to extend the functionality, such as adding Oauth authorization or security layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • 5
    Tyk API Gateway

    Tyk API Gateway

    Open Source API Gateway written in Go

    Tyk is an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols. Tyk Gateway is provided β€˜Batteries-included’, with no feature lockout. Enabling your organization to control who accesses your APIs, when they access, and how they access it. Tyk Technologies uses the same API Gateway for all it’s applications. Protecting, securing, and processing APIs for thousands of organizations and businesses around the world. Ideal for Open Banking, building software in the clouds as well as exposing APIs to teams, partners & consumers. Built from the ground up to be the fastest API gateway on the planet. It does not depend on a legacy proxy underneath. It has no 3rd party dependencies aside from Redis for distributed rate-limiting and token storage. Tyk Gateway can also be deployed as part of a larger Full Lifecycle API Management platform Tyk Self-Managed which also includes Management Control Plane, Dashboard GUI and Developer Portal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vertopal PHP

    Vertopal PHP

    PHP library for Vertopal file conversion API

    Vertopal PHP is a PHP library for easy access to Vertopal file conversion API. Using Vertopal PHP, you can get started quickly and easily implement the support of converting +350 file formats into your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WWW::Suffit::Client

    WWW::Suffit::Client

    The Suffit API client library

    This library provides methods for access to Suffit API servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Java SDK for the Yahoo! EWS API makes it easy to build Search Marketing tools with Java to programmatically access and manage Yahoo! Search Marketing accounts. The client library is a single jar file that contains all that you need to access EWS API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access β€” giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started β€” no credit card required.
  • 10
    Zappa

    Zappa

    Serverless Python

    Zappa makes it super easy to build and deploy serverless, event-driven Python applications (including, but not limited to, WSGI web apps) on AWS Lambda + API Gateway. Think of it as "serverless" web hosting for your Python apps. That means infinite scaling, zero downtime, zero maintenance - and at a fraction of the cost of your current deployments! With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Zappa - Serverless Python

    Zappa - Serverless Python

    Serverless Python

    Zappa makes it super easy to build and deploy server-less, event-driven Python applications (including, but not limited to, WSGI web apps) on AWS Lambda + API Gateway. Think of it as "serverless" web hosting for your Python apps. That means infinite scaling, zero downtime, zero maintenance - and at a fraction of the cost of your current deployments! With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Zodios

    Zodios

    Typescript http client and server with zod validation

    Shared API definitions based on Zod. Standalone typesafe API client based on Axios with parameters and response validation. Typesafe server based on Express with input validation. Really simple centralized API declaration, typescript autocompletion in your favorite IDE for URL and parameters, and typescript response types. Parameters and responses schema thanks to Zod, response schema validation, and powerful plugins like fetch adapter or auth automatic injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A command-line interface tool for API mocking and proxying using Apimimic. Apimimic is a powerful API mocking platform that allows you to create, manage, and simulate API endpoints with ease. This CLI tool integrates with the Apimimic service to provide local API mocking and proxying capabilities. What is Apimimic? Apimimic is a comprehensive API mocking solution that offers: πŸš€ Fast and intuitive API mocking through a user-friendly interface πŸ”€ Proxy mode to selectively mock endpoints while forwarding others to your real API πŸ€– AI-powered response generation ⚑ Automatic CRUD operation generation πŸ“š OpenAPI specification support The CLI tool extends these capabilities to your local development environment, allowing you to: Intercept HTTP requests and return mocked JSON responses from your Apimimic project Forward unmocked requests to your actual backend when using proxy mode Seamlessly integrate with your development workflow Configure listening address and remote API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    doccano client

    doccano client

    A simple client for doccano API

    doccano-client is a simple client wrapper for the doccano API. We're introducing a newly revamped Doccano API Client that features more Pythonic interaction as well as more testing and documentation. It also adds more regulated compatibility with specific Doccano release versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NOTE: This project has moved to https://sourceforge.net/projects/goog-ad-api-cli/ . The Java client library for the AdWords API makes it easier to write Java clients to programmatically access AdWords accounts. The client library is provided in a single
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    hug

    hug

    Embrace the APIs of the future. For developing APIs

    hug aims to make developing Python-driven APIs as simple as possible, but no simpler. As a result, it drastically simplifies Python API development. Make developing a Python-driven API as succinct as a written definition. The framework should encourage code that self-documents. It should be fast. A developer should never feel the need to look somewhere else for performance reasons. Writing tests for APIs written on-top of hug should be easy and intuitive. Magic done once, in an API framework, is better than pushing the problem set to the user of the API framework. Be the basis for next-generation Python APIs, embracing the latest technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    janus

    janus

    An API Gateway written in Go

    This is a lightweight API Gateway and Management Platform that enables you to control who accesses your API, when they access it and how they access it. API Gateway will also record detailed analytics on how your users are interacting with your API and when things go wrong. An API Gateway sits in front of your application(s) and/or services and manages the heavy lifting of authorization, access control, and throughput limiting to your services. Ideally, it should mean that you can focus on creating services instead of implementing management infrastructure. For example, if you have written a really awesome web service that provides geolocation data for all the cats in NYC, and you want to make it public, integrating an API gateway is a faster, more secure route than writing your own authorization middleware. You can install Janus using docker or manually deploying the binary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    mastodon4kt

    Mastodon Kotlin Library

    This is based on https://github.com/sys1yagi/mastodon4j The project needs restructuring and updating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    napi

    napi

    napi - Isolate and deploy APIs separately at build time

    napi is a versatile tool built by NanoAPI and designed to automatically refactor large monolithic codebases into smaller, more manageable microservices, while providing insights into the architectural complexity of your software. With both a powerful CLI and an intuitive UI, napi is compatible with all major CI/CD platforms, allowing seamless integration into your development and deployment pipelines. Historically, tools like this have only been built by large consulting firms or contractors and kept behind the paywalls of consulting fees. napi aims to make these tools accessible to developers of all skill levels, without the cost. Our vision is to help you reduce your reliance on consultants and contractors, while gaining deeper insights into system architecture-level concerns. The added benefit? No more black-box consultant tools running on your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    node-addon-api

    node-addon-api

    Module for using Node-API from C++

    node-addon-api is a C++ wrapper module that simplifies the creation of Node.js native addons using the Node-API, promoting ABI stability across different Node.js versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    rest-dev-vnc-docker

    rest-dev-vnc-docker

    Restful / SOAP API Development with common tools in VNC/noVNC Docker

    The idea is to use Docker with VNC/noVNC to aggregate all the needed and related Developments tools/IDEs within a single Docker as an agile way to stand up specific collections of tools quick within a Container quick computing needs. REST Development (this GIT) to cover end-to-end needs from JSON/XML, REST connection, Swagger, MongoDB, Test, etc. The use-cases of this kind of VNC/noVNC docker container is just limited by your imaginations and your device or network limitations. Virtually it's accessible ubiquitously from Your favorite smartphones, tablets, e.g., iPad, SurfacePro, Amazon Fire tablet, Chrome PC, Desktop PC, etc. (Hmmm! in theory, if you can read tiny screens, you can even use your Apple iWatch to use KNIME, Eclipse Photon, IntelliJ, etc. as long as it can display HTML-5 Web Browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    rest.js

    rest.js

    GitHub REST API client for JavaScript

    GitHub REST API client for JavaScript. Import the Octokit constructor based on your platform. Instantiate your octokit API. All options are optional, but authentication is strongly encouraged. API Previews can be enabled globally by setting the previews option. They can be set per-request as well. A default time zone can be enabled by setting the timeZone option. In order to use Octokit with GitHub Enterprise, set the baseUrl option. Most of GitHub’s REST API endpoints have matching methods. All endpoint methods are asynchronous, in order to use await in the code examples, we wrap them into an anonymous async function. Authentication is optional for some REST API endpoints accessing public data, but is required for GraphQL queries. Using authentication also increases your API rate limit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    whatsapp-api-client-python
    This library helps you easily create a Python application with WhatsApp API. https://green-api.com/en/
    Downloads: 0 This Week
    Last Update:
    See Project