Nikhil AkkiPronikhilakki.in·Sep 21, 2024What is Actor Model?The Actor Model is a conceptual model for dealing with concurrent computation. It was introduced by Carl Hewitt in the 1970s and has become a foundational model for designing distributed systems, particularly those requiring high levels of concurrenc...Discussactor model
Diwash Mainalidiwashmainali.hashnode.dev·Sep 18, 2023AKKA Basic IntroductionYou can see about intro of AKKA on the below medium blog, I will focus on coding stuff.https://medium.com/techno101/introduction-to-akka-java-7d909456e6bd Setup Akka You should first import AKKA into your project to use it. To import add the below li...Discuss·20 likes·27 readsScala
freeCodeCampforfreeCodeCampfreecodecamp.org·Feb 26, 2019How to make a simple application with Akka ClusterBy Luca Florio If you read my previous story about Scalachain, you probably noticed that it is far from being a distributed system. It lacks all the features to properly work with other nodes. Add to it that a blockchain composed by a single node is ...DiscussAkka
freeCodeCampforfreeCodeCampfreecodecamp.org·Dec 19, 2018An introduction to Akka HTTP routingBy Miguel Lopez Akka HTTP’s routing DSL might seem complicated at first, but once you get the hang of it you’ll see how powerful it is. In this tutorial we will focus on creating routes and their structure. We won’t cover parsing to and from JSON, we...DiscussAkka
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 11, 2018If you’re still using Synchronized, you should try Akka Actor instead — here’s whyBy Martin Budi Synchronized is Java’s traditional concurrency mechanism. Although it is probably not something we see often these days, it is still fueling many libraries. The problem is, synchronized is both blocking and complicated. In this article...DiscussAkka
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 28, 2018How you can build a Hello World API with Scala and Akka HTTPBy Miguel Lopez Yes, it’s still a thing. _Photo by [Unsplash](https://unsplash.com/photos/B3l0g6HLxr8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" rel="noopener" target="_blank" title="">Blake Connally on <a href="https://unsp...DiscussAkka