Post AUoYFsfdWhUTImisAS by pere@micro.towards.vision
(DIR) More posts by pere@micro.towards.vision
(DIR) Post #AUoYFsfdWhUTImisAS by pere@micro.towards.vision
2023-04-19T15:38:17Z
0 likes, 2 repeats
@forgefed news:I'm working on Vervis, the ForgeFed reference implementation written in Haskell. Refactoring the codebase into an actor model architecture, i.e. a system of objects that communicate by sending messages to each other's message queues.Progress so far: I created a simple library that implements a local actor system, and plugged Vervis's #ActivityPub implementation into it, to add the network part. Started porting the Person actor to the new system.Nothing to show yet :P