Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/akka-propsfactory
This project depicts factory use cases and implementations in Akka to create actors.
https://github.com/shivam-880/akka-propsfactory
akka scala
Last synced: 7 days ago
JSON representation
This project depicts factory use cases and implementations in Akka to create actors.
- Host: GitHub
- URL: https://github.com/shivam-880/akka-propsfactory
- Owner: shivam-880
- License: mit
- Created: 2019-06-25T17:13:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T19:28:34.000Z (over 5 years ago)
- Last Synced: 2024-10-08T19:03:35.794Z (28 days ago)
- Topics: akka, scala
- Language: Shell
- Homepage: http://www.shivamkapoor.com/blogs/technology/2019/06/25/abstract-factory-use-case-implementation-while-creating-actors/
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-propsfactory
This project depicts factory use cases and implementations in Akka to create actors. It is based out of [Akka Starter Project](https://developer.lightbend.com/start/?group=akka&project=akka-quickstart-scala).## Run
You can follow akka start project [guide](https://developer.lightbend.com/guides/akka-quickstart-scala/) to build and run this app.```
$ cd akka-abstractfactory
$ ./sbt
$ sbt> reStart
```