Ruby bindings to dyad ( https://github.com/rxi/dyad ), an asynchronous networking library in C.
Clone this repo:
git clone https://github.com/skliew/ruby-dyad
Install the dependencies:
bundle install
Build and install the gem
rake install
At the mean time please refer to the few examples under examples/.
- Tests
- Documentation
This is alpha-level software to play around with dyad's APIs :)
- Fork it ( https://github.com/skliew/ruby-dyad/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request