Sha256: ab7ccaf5fd1b9010d7e6f92efaeaa61e5ff4c68ab152e49b5494ee8fad19478c

Contents?: true

Size: 1.68 KB

Versions: 2

Compression:

Stored size: 1.68 KB

Contents

# Raktr

<table>
    <tr>
        <th>Version</th>
        <td>0.0.1</td>
    </tr>
    <tr>
        <th>Github page</th>
        <td><a href="http://github.com/qadron/raktr">http://github.com/qadron/raktr</a></td>
     <tr/>
    <tr>
        <th>Code Documentation</th>
        <td><a href="http://rubydoc.info/github/qadron/raktr/">http://rubydoc.info/github/qadron/raktr/</a></td>
    </tr>
    <tr>
       <th>Author</th>
       <td><a href="http://twitter.com/Zap0tek">Tasos Laskos</a></td>
    </tr>
    <tr>
        <th>Copyright</th>
        <td>2022 <a href="https://ecsypno.com">Ecsypno</a></td>
    </tr>
    <tr>
        <th>License</th>
        <td><a href="file.LICENSE.html">3-clause BSD</a></td>
    </tr>
</table>

## Synopsis

Raktr is a simple, lightweight, pure-Ruby implementation of the
[Reactor](http://en.wikipedia.org/wiki/Reactor_pattern) pattern, mainly focused
on network connections -- and less so on generic tasks.

## Features

 - Extremely lightweight.
 - Very simple design.
 - Support for TCP/IP and UNIX-domain sockets.
 - TLS encryption.
 - Pure-Ruby.
 - Multi-platform.

## Supported platforms

 - Rubies:
    - MRI >= 1.9
    - Rubinius
    - JRuby
 - Operating Systems:
    - Linux
    - OSX
    - Windows

## Examples

For examples please see the `examples/` directory.

## Installation

    gem install raktr

## Running the Specs

    rake spec

## Bug reports/Feature requests

Please send your feedback using GitHub's issue system at
[http://github.com/qadron/raktr/issues](http://github.com/qadron/raktr/issues).


## License

Raktr is provided under the 3-clause BSD license.
See the [LICENSE](https://github.com/qadron/raktr/blob/master/LICENSE.md) file for more information.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
raktr-0.0.2 README.md
raktr-0.0.1 README.md