{"id":15672533,"url":"https://github.com/markbates/distribunaut","last_synced_at":"2025-08-12T13:34:51.708Z","repository":{"id":539424,"uuid":"168977","full_name":"markbates/distribunaut","owner":"markbates","description":"A framework agnostic port of the mack-distributed package.","archived":false,"fork":false,"pushed_at":"2023-01-18T18:59:06.000Z","size":79,"stargazers_count":16,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T03:08:02.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.mackframework.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markbates.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-04-06T01:29:33.000Z","updated_at":"2019-12-27T14:30:47.000Z","dependencies_parsed_at":"2023-02-10T17:00:42.860Z","dependency_job_id":null,"html_url":"https://github.com/markbates/distribunaut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fdistribunaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fdistribunaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fdistribunaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fdistribunaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markbates","download_url":"https://codeload.github.com/markbates/distribunaut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252771125,"owners_count":21801653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T15:27:58.057Z","updated_at":"2025-05-06T21:27:01.034Z","avatar_url":"https://github.com/markbates.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"==Examples\n\n===Example #1\n\n\u003cpre\u003e\n  \u003ccode\u003e\n    \n# 'Server' application\nrequire 'distribunaut'\n\nconfigatron.distribunaut.app_name = :user_app\n\nclass User\n  include Distribunaut::Distributable\n\n  attr_accessor :username\n\n  def self.hi\n    'hello!!!'\n  end\n\n  def save\n    puts \"Saving: #{self.inspect}\"\n  end\n\nend\n\nDRb.thread.join\n    \n   \u003c/code\u003e\n\u003c/pre\u003e\n\u003cpre\u003e\n  \u003ccode\u003e\n\n# 'Client' application\nrequire 'distribunaut'\n\nputs Distribunaut::Distributed::User.hi\n\nUser = Distribunaut::Distributed::User\n\nputs User.hi\n\nuser = User.new\n\nputs user.inspect\n\nuser.username = 'markbates'\n\nputs user.inspect\n\nuser.save \n\n# Saving: #\u003cUser:0x18ef764 @username=\"markbates\"\u003e\n\n# hello!!!\n# hello!!!\n# #\u003cDRb::DRbObject:0x192e6a8 @ref=13073330, @uri=\"druby://192.168.1.2:56836\"\u003e|#\u003cUser:0x18ef764\u003e\n# #\u003cDRb::DRbObject:0x192e6a8 @ref=13073330, @uri=\"druby://192.168.1.2:56836\"\u003e|#\u003cUser:0x18ef764 @username=\"markbates\"\u003e\n\n   \u003c/code\u003e\n\u003c/pre\u003e\n\n===Contributors\n\n* Mark Bates\n* Josh Schairbaum","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fdistribunaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkbates%2Fdistribunaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fdistribunaut/lists"}