/akka_react_chat

Primary LanguageJavaScriptOtherNOASSERTION

Akka React Chat

Simple chat app built using React.js, Scala Play and Akka Actors.

React bundling and transpiling is done using webpack and serverside pre-rendering is done using Nashorn

Setup

To run the the play application you need Lightbend Activator.

When you have activator installed do $ activator run and the application will be started listening on port 9000.

ToDo

  • Store the messages in a database to view old messages
  • Add some kind of login and authentication