TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 normalocity大约 1 个月前

2 条评论

normalocity大约 1 个月前
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.
Alifatisk大约 1 个月前
Isn&#x27;t this like DRuby?
评论 #43676097 未加载