Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekz/drbhttp
DRb over HTTP
https://github.com/dekz/drbhttp
Last synced: about 1 month ago
JSON representation
DRb over HTTP
- Host: GitHub
- URL: https://github.com/dekz/drbhttp
- Owner: dekz
- Created: 2012-11-24T04:16:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T04:19:34.000Z (about 12 years ago)
- Last Synced: 2024-04-17T02:56:43.211Z (10 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DRb over HTTP
```ruby
uri = 'drbhttp://localhost:12345'
DRb.start_service uri, {}
DRb.thread.join()
```