--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.
Awesome... all my concerns about the akka and spray integration are now dissipated :)
great thanks.
I wonder if this means there will be no more "Play Mini".
As this
gives you two frameworks: akka-http for lightweight / REST stuff, and
Play for full framework apps.
> we have not hashed out all those little details yet, but I think there is no need to refrain from contributing just because the code will moveGood to know. I've a nice, 100% compliant websocket server I was hoping to contribute to spray, but with all the stuff happening the spray team hasn't had a chance to give it a look yet.
Hopefully it can get into akka =)
On Oct 18, 2013 2:16 AM, "Marek Żebrowski" <marek.z...@gmail.com> wrote:
>
> What will happen with spray-json and parboiled?
>
> spray-json can probably be dropped, but parboiled seems crucial to spray.
I was having high expectations for parsing speed under parboiled 2, and I hope these projects won't die, even if spray json would live on as parboiled json or something.
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/sMB8tjYPOLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.
If spray-json is dropped, then Spray needs to integrate with another json framework natively.
Something to do with scala-pickling would be very nice; I feel that using macros, it can provide a more performant and boilerplate-free user experience than any non-macro library for the default case of "turn this object graph to/from JSON".