Releases: oranda/libanius-scalajs-react-akka
Releases · oranda/libanius-scalajs-react-akka
Stability Release
Libanius ScalaJs React Akka
-
Manually forked libanius-scalajs-react. (It could have been a branch but a fork is a bit
more accessible and a bit less error-prone.) It progresses from the version number of the
original, but the functionality and version numbers may diverge. -
This fork uses Akka Cluster. Also, instead of the libanius library, it is built on the
libanius-akka library, which uses Akka Persistence. -
The main new classes are
QuizUsersService
,QuizUsersGateway
, andQuizForUserSharding
. The
last maintains the cluster ofQuizForUserActor
's. -
The feature whereby a user could save quiz data to local disk has been removed, at least
temporarily. Data is kept on the server in an event-sourcing journal.