Initial idea of this project is to study Akka
TBD
---Will be removed---
Run AkkaAch
sbt run
Dependencies.scala - Contains all dependencies library.
Start with Akka HTTP and Akka Core.
#Main Server Class:
- com/akkaarch/http/WebSever.scala
#Static Content:
- resources/web/ - Static content E.g: index.html
- Using the org.webjar core library we can retrieve the WebJar content
#Routes:
- com/akkaarch/http/routes/
- FileUploadRoute.scala - FileUpload Route
- JsonRoute.scala - Example of JSON Marshalling and Unmarshalling
- Main.scala - Responsible for Generic Routes - like retrieve the Static Content and WebJars