Skip to content

skliew/ruby-dyad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-dyad

Ruby bindings to dyad ( https://github.com/rxi/dyad ), an asynchronous networking library in C.

Installation

Clone this repo:

git clone https://github.com/skliew/ruby-dyad

Install the dependencies:

bundle install

Build and install the gem

rake install

Usage

At the mean time please refer to the few examples under examples/.

TODO

  • Tests
  • Documentation

Disclamer

This is alpha-level software to play around with dyad's APIs :)

Contributing

  1. Fork it ( https://github.com/skliew/ruby-dyad/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Ruby bindings to dyad, an asynchronous network library in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors