Skip to content

carwynellis/akka-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-examples

Various examples, mostly from the akka docs at http://doc.akka.io/docs/akka/2.4/scala.html

akka-actor examples

akka-stream examples

akka-http REST API examples

  • Json4sExample
    • example of Json4s based REST API supporting
      • GET - of all resources and by ID
      • POST - responds with location header pointing to created resource
      • PUT - to specific ID with appropriate response for update of existing resource
      • DELETE - of resource by ID
    • tests using ScalatestRouteTest to test each HTTP method
  • MinimalExample
    • minimal route example from docs with tests

About

Various examples, mostly from the Akka docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages