Cześć Łukasz!

I enjoyed learning akka-http with the project. Thanks a lot! You should 
really be transforming it into a activator template -- it would spare a lot 
of people's time!

While reviewing the project, I found few places to improve and proposed a 
pull request 
- https://github.com/theiterators/akka-http-microservice/pull/1. Please 
review and merge when time permits.

p.s. The project misses README + tests, that are a good opportunity for 
people to learn the library while developing them.

Jacek

On Monday, January 12, 2015 at 10:44:33 PM UTC+1, Łukasz Sowa wrote:
>
> 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