Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```