This document provides feedback on a web application developed in Scala. It discusses using Scala and Akka for both the backend and frontend, with communication between them via websockets. The architecture proposed uses Scala.js to compile Scala code to JavaScript, allowing Actors implemented in Scala to manage the state of the user interface built with HTML, CSS, and JavaScript. Calling between Scala and JavaScript code is done through JSExport annotations. The benefits are a unified codebase and development paradigm across backend and frontend, while challenges include setting up the build and understanding JavaScript signatures when calling from Scala.