Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 978 Bytes

akka-arch-notes

Initial idea of this project is to study Akka

How to get start:

TBD

Gradle

---Will be removed---

Sbt

Run AkkaAch

sbt run

Dependecies

Dependencies.scala - Contains all dependencies library.

Packages

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: