Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dekz/drbhttp

DRb over HTTP
https://github.com/dekz/drbhttp

Last synced: about 1 month ago
JSON representation

DRb over HTTP

Awesome Lists containing this project

README

        

# DRb over HTTP

```ruby
uri = 'drbhttp://localhost:12345'
DRb.start_service uri, {}
DRb.thread.join()
```