Nice. I was wondering when this would start happening as people see Akka HTTP as a way to dev webapps more directly without Play. I too recently converted a showcase (at https://github.com/cretz/scala-web-ideal) that has a few of the same type of helpers (but not near as many). I think there are going to be a ton of these libraries as people start reusing composable pieces to build their webapps as opposed to the traditional "framework"...not that there is that much of a difference.
On Friday, June 19, 2015 at 2:16:05 PM UTC-5, Anton Kulaga wrote: > > Hi, all! > > Soon after I had started three different projects with akka-http I > realized that I copy-pasted too often. Things like login directive, session > tokens, PJAX, password encryption were shared. In fact, they seem to be > common for many akka-http projects. > So, I've made akka-http-extensions lib ( > https://github.com/denigma/akka-http-extensions ) where I collect general > use features like login/session/pjax directives. It has been just started > and will change a lot during next several weeks, but I hope that some of > you will find it useful > -- >>>>>>>>>> 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.
