Browse free open source Ruby Protocols for Mac and projects below. Use the toggles on the left to filter open source Ruby Protocols for Mac by OS, license, language, programming language, and project status.

  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    Puma

    Puma

    A Ruby/Rack web server built for concurrency

    Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. If you are using Bundler, just add Puma to your project's Gemfile. Once you've installed your bundle, start Puma. If you are not using Bundler, you can install Puma directly from the command line. On MRI, there is a Global VM Lock (GVL) that ensures only one thread can run Ruby code at a time. But if you're doing a lot of blocking IO (such as HTTP calls to external APIs like Twitter), Puma still improves MRI's throughput by allowing IO waiting to be done in parallel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Amazon DynamoDB Session Store

    Amazon DynamoDB Session Store

    Handles sessions for Ruby web applications using DynamoDB as a backend

    The Amazon DynamoDB Session Store handles sessions for Ruby web applications using a DynamoDB backend. The session store is compatible with all Rack-based frameworks. For Rails applications, use the aws-sdk-rails gem. The session store is a Rack Middleware, meaning that it will implement the Rack interface for dealing with HTTP request/responses. This session store uses a DynamoDB backend in order to provide scaling and centralized data benefits for session storage with more ease than other containers, like local servers or cookies. Once an application scales beyond a single web server, session data will need to be shared across the servers. DynamoDB takes care of this burden for you by scaling with your application. Cookie storage places all session data on the client side, discouraging sensitive data storage. It also forces strict data size limitations. DynamoDB takes care of these concerns by allowing for a safe and scalable storage container with a much larger data size limit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CAIRNS (Cooperative Alert Information and Resource Notification System) demonstrates CIMS (Crisis Information Management System) interoperability with the following XML-based emergency messaging standards: EDXL-DE, EDXL-RM, CAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Dato.rss

    Dato.rss

    The best RSS Search experience you can find

    dato.rss is a Ruby gem that provides a simple DSL for generating RSS 2.0 feeds. It allows developers to build XML-compliant RSS feeds directly within Ruby code using clean, readable syntax. Ideal for blogs, news aggregators, and content-heavy applications, dato.rss helps deliver structured content feeds without dealing with raw XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    GreasySpoon

    GreasySpoon

    An ICAP Services Factory

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An Internet Corpus Linguistics analysis tool focusing on lexical variation over time and by geographical location. Initially the project will analyze word frequencies over time in the Linux Kernel Mailing List.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ozcode is the source code behind Ozmozr.com, a microformat-aware RSS aggregator, social networking, resource sharing, identity aggregation and presentation site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Rally Integrations Project includes a set of integrations between Rally Software's Agile Lifecycle Management product and other software lifecycle management tools. NOTE: The Hudson plugin is now at http://agilecommons.org/posts/347cf00b5d
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RuBiBoB is a command line client, written in Ruby with SOAP4r and highline, for BiBoB's SOAP service, it enables you to send sms' and check your balance of your BiBoB account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Ruby Chameleon is an OpenSource project written in Ruby supports web services written in Ruby,Axis and Axis2. It can invoke, from a uri that exposes a WSDL description, a webservices dynamically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rxx : an RSS/ATOM switch or Xbar We want to build a flexible component for middleware been able to mix and transform the notifications provided by RSS/ATOM feed. Will be able to handle several type of data and metadata encapsulate into this feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Savon

    Savon

    Heavy metal SOAP client

    Heavy metal SOAP client. Savon version 2 is available through Rubygems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Terrier is a RBAC framework, business oriented and with focus on manageability and access control. Integrating all company tecnhnologies (java, ruby, delphi and others). The owner of a system can manage and delegate manageability to the systems, reducing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ZK Light is renamed to ZKuery and moved to http://code.google.com/p/zkuery/. ZK Light is a client-only version of ZK; Support Java, C, PHP, Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    phpBeans provides software and specifications for enabling n-tier development within PHP, such as the phpBeans Object Server, and interoperable with other languages as well. phpBeans can be downloaded from http://www.sitelliteforge.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    render-async

    render-async

    render_async lets you include pages asynchronously with AJAX

    render_async is here to make your pages show faster to users. Pages become faster seamlessly by rendering partials to your views. Partials render asynchronously and let users see your page faster than using regular rendering. It works with Rails and its tools out of the box. A quick overview of how render_async does its magic. User visits a page, render_async makes an AJAX request on the controller action, controller renders a partial, partial renders in the place where you put render_async view helper. JavaScript is injected straight into <%= content_for :render_async %> so you choose where to put it. Advanced usage includes information on different options. render_async renders an element that gets replaced with the content of your request response. In order to have more control over the element that renders first (before the request), you can set the ID of that element.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    soaPDB is a clean way to Search, Organize, and get e-mail Alerts for saved PDB (Protein Data Bank) queries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is the Open Source RESTful client for the take.io platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Local Exchange and Trading System (LETS) written in Ruby on Rails. uses REST to exchange trading messages to other LETS. handles OpenID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.