Skip to content

MattDietz/bertclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BERT::Client

BERT::Client is a threadsafe BERT-RPC client with support for persistent connections, ssl, and it currently exposes BERT-RPC's cast and call.

Usage

require 'bertclient'
client = BERT::Client.new(:host => 'localhost',
                          :port => 9999,
                          :ssl => true,
                          :verify_ssl => false)

client.call(:calc, :add, 1, 2)

About

A threadsafe Ruby BERT-RPC client with ssl support and persistent connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published