Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 985 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 985 Bytes

Badger-Ruby

Description

badger-ruby is a Ruby client for communicating with Badger servers.

Features

  • Provides a Client which can connect to or listen for connections from servers.
  • Supports the following Services:
    • sys ({Badger::Services::Sys})
    • fs ({Badger::Services::FS})
    • ffi ({Badger::Services::FFI})
  • Provides Ruby convenience classes which provide transparent access to remote resources:
    • {Badger::RemoteFile}
    • {Badger::RemoteLibrary}
    • {Badger::RemoteFunction}

Requirements

Install

$ sudo gem install badger-ruby

License

See {file:LICENSE.txt} for license information.