Back to articles

We got a Scala actor system running live in the browser

via Reddit Programming/u/kloudmark

Cats-Actors is a typed actor library built on Cats Effect. With the new 2.1.0 release it now compiles to Scala.js, which means you can run actor-based concurrent logic directly in the browser. The blog post has a live demo embedded - 8 monkey actors throwing bananas at each other, all running in your browser tab. We also benchmark JVM vs Scala Native performance with a ring benchmark. https://cloudmark.github.io/Cats-Actors-Native-And-JS/ submitted by /u/kloudmark [link] [comments]

Continue reading on Reddit Programming

Opens in a new tab

Read Full Article
2 views

Related Articles