RubyGems Navigation menu

eventmachine-with-ipv6 1.0.0.beta.4.ipv6.0

EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required. The present alternative version 'eventmachine-with-ipv6' contains some crucial fixes for datagrams (UDP) and IPv6 developed since 2010 by Carsten Bormann and Iñaki Baz Castillo. This is needed for many applications in 2012, but might detract from the stability achieved for other typical uses of the base eventmachine. It is otherwise identical with base eventmachine. Install either base eventmachine or this version eventmachine-with-ipv6. If you have installed both, use gem 'eventmachine-with-ipv6' before require 'eventmachine' Alternatively use Bundler and write this in your gemfile: gem "eventmachine", :git => "git://github.com/cabo/eventmachine" Please send all bugs in this version to https://github.com/cabo/eventmachine/issues

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.0.beta.4.ipv6.0 - February 12, 2012 (222.5 KB)

Development 依赖 (3):

bluecloth >= 0
rake-compiler = 0.7.9
yard >= 0.7.2

业主:

作者:

  • Francis Cianfrocca, Aman Gupta, hacked by Carsten Bormann

SHA 256 校验和:

f69d88bfc15e227ff59ef6207be815b5ba43c5c048cd7ac2fa93664055e38337

下载总量 2,466

这个版本 2,466

许可:

需要的 Ruby 版本:

需要的 RubyGems 版本: > 1.3.1

链接: