Hi all! Over the past few months I've been working on and off in a simple
implementation of the actor model. It actually started as a research/toy project
more than anything else (because I think the actor model is very neat), but
eventually seemed to be turning into something which *might* actually be useful
for someone.

But that's just my opinion, so I'd like to hear some feedback about it before I
decide if it's worth submitting to the coop now, or ever.

The project uses nng[1] for communication (I made some rudimentary bindings to
the bare minimum), protobuf for serialization and tweetnacl for encryption.
Now, I'm FAR from an expert on communication, security, or even concurrency,
so there's probably a lot to pick on :)

Code is a bit messy and there's no comments, but hopefully it's clean enough.

Here's the link: https://gitlab.com/ariSun/myriam

Cheers!

[1] https://github.com/nanomsg/nng

-- 

Ariela Wenner

Reply via email to