TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

nobject: dead-simple remote objects for Ruby, inspired by Elixir/Go/Actor model

3 pointsby normalocityabout 1 month ago

2 comments

normalocityabout 1 month ago
Most of my code is in Ruby, but I&#x27;ve been watching languages like Go, Elixir, and ideas around the Actor model for years, trying to take the best ideas from these and applying them in my own system.<p>Inspired by all of these examples, but desiring a dead-simple solution for the Ruby applications I maintain - I created nobject.<p>It&#x27;s not quite RPC. It&#x27;s not quite the Actor model. It&#x27;s not quite lightweight processes&#x2F;channels. It&#x27;s the ability to instantiate an object in one process but then push it to another process, yet be able to use that remote object like it&#x27;s still local.<p>The example code in the repo&#x27;s README will get you up-an-running in minutes.
Alifatiskabout 1 month ago
Isn&#x27;t this like DRuby?
评论 #43676097 未加载