Johannes Schickling @schickling.dev · Jan 18

That's where @effect-ts.bsky.social shines. I'm using it for this particular use case extensively in various projects where the same code is used across web/node/service workers. Even natively supports transferable objects (i.e. moving memory instead of copying). Here is an example schema:

9 likes 1 replies

?

Replies

Sam Peterson · Jan 19

I was trying to wrap my head around how to do this in effect recently but struggled. Is there a good resource to showcase how this works? I kept only seeing runFork, however didn't find success.