Showing 39 open source projects for "middleware"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    CIM

    CIM

    Distributed instant messaging system for developers

    CIM(CROSS-IM)A developer-oriented system, provides components to help developers build their own distributed instant messaging system that can be a horizontal scaling IM. CIM is an IM Instant messaging system, can be applied as a message push middleware. IOT Message transparent transmission middleware in massive connection scenarios. Provides flexible horizontal expansion and contraction according to the actual situation. The server automatically removes offline clients. Client reconnects automatically. You can use Google Protocol Bufferefficient codec. Its protocol supports message encryption. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Mail Preview

    Laravel Mail Preview

    A mail driver to quickly preview mail

    This package can display a small overlay whenever a mail is sent. The overlay contains a link to the mail that was just sent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenDDS

    OpenDDS

    OpenDDS is open source publish/subscribe middleware

    OpenDDS is an open source implementation of the Object Management Group (OMG) Data Distribution Service (DDS), providing a publish/subscribe middleware solution for real-time distributed systems. OpenDDS includes development and run-time tools. Full product information, source code, documentation, build instructions, and license information are available from http://www.opendds.org. Commercial consulting, support, and training for OpenDDS are available. OpenDDS is in production use today by organizations in the Aerospace/Defense, Manufacturing/Fabrication, Home Automation, Finance, and other domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OCI Registry P2P

    OCI Registry P2P

    A IPFS backed storage implementation for docker/OCI registry

    A IPFS-backed storage implementation for the docker/OCI registry. This Project brings together cloud-native and peer-to-peer by enabling you to pull images directly from IPFS in way that's supported by existing container tooling. In addition, you can also push images and store them on IPFS. P2P OCI registries give you the ability to pull container images from IPFS, without being directly connected to a different registry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    koa-better-flash

    koa-better-flash

    Flash message middleware for Koa and Passport

    Flash message middleware for Koa and Passport.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mumble

    Mumble

    Low-latency, high quality voice chat for gamers

    Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It includes game linking, so voice from other players comes from the direction of their characters, and has echo cancellation so the sound from your loudspeakers won't be audible to other players.
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 7
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    ...Your App Secret token used for message integrity check. If specified, every POST request will be tested for spoofing. As well, it mounts /_status, which will return {"status": "ok"} if the middleware is running. If verify is specified in the bot options, it will mount a handler for GET requests that verifies the webhook. The underlying method used by bot.middleware() to parse the message payload, and fire the appropriate events. Use this if you've already implemented your own middleware or route handlers to receive the webhook request, and just want to fire the events on the bot instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PIAX is a middleware to support P2P based information services. PIAX provides scalable, fault-tolerant and easy-to-use application platform that integrates structured overlays and mobile agents. As structured range-queriable overlays, skip graph and suzaku (chord#-based overlay) are implemented. Based-on these overlays, LL-Net(location-based discovery), DOLR(name-based discovery), DHT(distributed hash tables) features are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    VIP1103

    VIP1103

    IPTV Set-Top box in a small, low power, form factor.

    ...The VIP1103‘s compact design minimizes energy consumption, keeping costs down and reducing its impact on the environment. VIP1103 is powered by the ARRIS KreaTV operating system, which integrates with current VOD, middleware, and Conditional Access (CA) systems. KreaTV provides open, welldefined Application Programming Interfaces (APIs) for application development and customisation. The KreaTV Software Developer’s Kits (SDKs) offer operators, as well as third-party integrators, a fast track to high-quality, revenuegenerating digital TV offerings and value-added social media services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    Messaging middleware for Service Oriented Architecture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    wechat

    wechat

    WeChat public platform message interface service middleware

    ...Since the client of the public platform application is actually WeChat, it is not realistic to use traditional cookies to implement sessions. For this reason, the middleware module adds Session support on the basis of openid. Once the connect.sessionmiddleware is enabled on the server , the req.wxsessionproperties can be accessed in the business . This property is req.sessionsimilar to behavior. At present, the WeChat public platform can receive 7 kinds of content: text, picture, audio, video, location, link, and event. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ARC Graphical Clients

    Provides graphical clients to the NorduGrid ARC middleware

    This project aims to provide graphical clients for most existing command line tools in the NorduGrid ARC client.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    connect-flash

    connect-flash

    Flash message middleware for Connect and Express

    ...The API is minimal: you call req.flash(type, message) to store a flash and then read them back in views or route handlers when needed, which makes it a practical solution for form submission feedback, login failure notices, and other transient user alerts. By abstracting flash message handling into middleware, connect-flash eliminates the need for manual session management code and enhances UX with consistent request feedback patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Survey Portlet

    A Liferay portlet to manage surveys.

    This is a simple generic survey portlet application for Liferay. It was developed for Liferay but can be easily ported to any JSR 286-based portlet container. This software was funded by EMI (European Middleware Initiative, www.eu-emi.eu) and IGI (Italian Grid Infrastructure, www.italiangrid.org) Latest release: v1.5.1 (2013-07-01) NOTE: Important bug fix release!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SMS gateway that acts as a middleware application between mobile operators and VAS applications (tarrot, sms chat, download content etc.). Supports ParlayX and SMPP protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Intelligent Services Layer (ISL) is an advanced agent and service integration framework that supports distributed management; collaborative computing; intelligent software; and intelligent heterogeneous data access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Iceberg is another MTA based on CORBA like middleware called ICE from zeroc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open source middleware for message queueing like IBM WebSphere MQ (former MQ Series) written in C++/Qt supporting many platforms like Win32, Unix and Mac OS with native C/C++/Qt and JMS support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AlphaMail is an accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users). The interface includes modern features, Section 508 compliance, and universal browser support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenSubsystems is set of business components such as security, search, inventory management, able to run on various J2EE servers or just using JVM thanks to unique middleware abstraction layer and repository of common application functionality patterns
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JCoupling is a simple API for synchronous and asynchronous application connections. It supports callbacks, even over asynchronous connections, removing the boiler-plate code of more traditional middleware. It also offers sophisticated filtering support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Semantic Web Spaces is a Coordination Middleware for the Semantic Web. Semantic Web Spaces is based on Linda and it extends classical Linda model with new types of tuples, containing RDF statements and new coordination primitives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MessageIT (Italian messaging middleware) is a light and simple messaging middleware written in Java, allowing applications to exchange messages both with point to point and publish/subscribe mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CAMA (Context-Aware Mobile Agents) is a middleware for supporting mobile agents coordination. It is based on Linda-style coordination and provides numerous extentions for interoperability and fault-tolerance. It supports portable platforms such as PDAs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Sino Project is an Open Source initiative that utilized code developed by the Chinese government. Sino Linux Middleware v3.0 and Mobile Business Application Suites are built and tested in conjunction with the OSDL in a high volume, enterprise read
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo