This document discusses the development of a single-page web application for a student markbook using Akka actors and HTTP. Key points discussed include:
- Using multiple Akka actors to retrieve student, schedule, subject and mark data from various data services.
- A worker actor that processes the retrieved data and returns student week marks.
- A REST API with routes to get lists of students and individual student week marks.
- The application server is initialized by binding the API routes to an HTTP server.
Related topics: