Hi guys,

Due to limited documentation I had problems with setting up a akka-http 
service with everything I used in Spray. When I finally got there I wrote 
this sample (micro)service in 
akka-http: https://github.com/TheIterators/akka-http-microservice
It consists of basic things used frequently in REST services like:
* sets up a standalone server, based on configuration values
* does some routing
* handles marshalling/unmarshalling
* does some requests to external services
* logs stuff
* handles errors (well, mostly)
* packages to single JAR
* restarts on code change, while developing

Does it do things "canonically" (idiomatically in akka-http)? I'm thinking 
about wrapping it into activator so that people will waste less time then I 
did while figuring all this things out :). Tell me what do you think about 
it.

Best,
Łukasz Sowa

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to