by normalocity on 4/10/25, 5:04 PM with 4 comments
by normalocity on 4/10/25, 5:04 PM
Inspired by all of these examples, but desiring a dead-simple solution for the Ruby applications I maintain - I created nobject.
It's not quite RPC. It's not quite the Actor model. It's not quite lightweight processes/channels. It'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's still local.
The example code in the repo's README will get you up-an-running in minutes.
by Alifatisk on 4/12/25, 4:23 PM