Ports Search

Results 1,4611,470 of 5,827 for /net-mgmt/.(0.005 seconds)
net/tserver-0.2.1 (Score: 0.02692858)
Ruby library for writing a preforking server like Apache
TServer is a Ruby library for writing a preforking server like Apache.
net/amazon-ec2-0.9.17 (Score: 0.02692858)
Library for accessing the Amazon Web Services APIs
A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling APIs.
net/amq-protocol-2.0.1 (Score: 0.02692858)
AMQP serialization library for Ruby
amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP client: amq-protocol only handles serialization and deserialization. If you want to write your own AMQP client, this gem can help you with that.
net/amqp-utils-0.5.1 (Score: 0.02692858)
Command line utilies for interacting with AMQP compliant queues
Command line utilies for interacting with AMQP compliant queues. The intention is provide simple management tools that can be used to complete ad hoc housework on an AMQP queue. In addition, simple scripts can be layered over the tools when needed.
net/amqp-1.6.0 (Score: 0.02692858)
Implementation of the AMQP protocol for RabbitMQ clients
Ruby amqp gem is a feature-rich, EventMachine-based RabbitMQ client with batteries included. It implement AMQP 0.9.1 and support RabbitMQ extensions to AMQP 0.9.1.
net/aws-s3-0.6.3 (Score: 0.02692858)
Client library for Amazon S3 REST API
Client library for Amazon's Simple Storage Service's REST API
net/aws-ses-0.6.0 (Score: 0.02692858)
Client library for REST API of Amazon SES
AWS::SES is a Ruby library for Amazon's Simple Email Service's REST API [1]. [1] https://aws.amazon.com/ses/
net/azure-core-0.1.2 (Score: 0.02692858)
Microsoft Azure Client Core Library for Ruby SDK
Microsoft Azure Client Core Library for Ruby SDK
net/azure-0.7.5 (Score: 0.02692858)
Microsoft Azure Client Library for Ruby
Microsoft Azure Client Library for Ruby
net/bunny-2.3.0 (Score: 0.02692858)
Another synchronous Ruby AMQP client
Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in a synchronous fashion. It is based on a great deal of useful code from amqp by Aman Gupta and Carrot by Amos Elliston. You can use Bunny to : * Create and delete exchanges * Create and delete queues * Publish and consume messages Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8 of the AMQP specification.