Skip to content

Releases: oranda/libanius-scalajs-react-akka

Stability Release

27 Oct 14:02
Compare
Choose a tag to compare
  • Updated to use the latest libanius-akka library, i.e. version 0.4.

  • Ensured sessions and cookies don't expire.

  • Added Akka TestKit tests.

Libanius ScalaJs React Akka

20 Oct 00:06
Compare
Choose a tag to compare
  • 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, and QuizForUserSharding. The
    last maintains the cluster of QuizForUserActor'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.