gateway

Gateway is an opinionated generic IO connection manager. It is created to be a manager / wrapper that can provide a uniform behavior across various IO connection types such as HTTP, Memcache, database, or even generic TCP / UDP protocols.

This gem provides a Gateway::Base class for other connection types to be built upon. It provides the following features:

Contributing to gateway

Copyright © 2012 Aaron Qian. See LICENSE.txt for further details.