Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Sam Halliday
Hi Roland, On Wednesday, 27 May 2015 08:18:09 UTC+1, rkuhn wrote: For this venture you need no HTTP documentation Actually I'd like to go futher than akka-http and see documentation that allows me to use WebSockets with akka-io directly, bypassing the Streaming API. The historic limitation has

Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Roland Kuhn
Hi Sam, 27 maj 2015 kl. 12:01 skrev Sam Halliday sam.halli...@gmail.com: Hi Roland, On Wednesday, 27 May 2015 08:18:09 UTC+1, rkuhn wrote: For this venture you need no HTTP documentation Actually I'd like to go futher than akka-http and see documentation that allows me to use

Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Sam Halliday
On Wednesday, 27 May 2015 14:01:46 UTC+1, rkuhn wrote: Maybe I misunderstand you still, but ConnectionManager is not something that we have in Akka HTTP I am referring to the `manager` field in an implementation of `akka.io.IO.Extension`. The limitation that I'm referring to lies with

Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Roland Kuhn
Hi Sam, it might be better to take a step back before potentially running in the wrong direction. First off, Akka HTTP offers a complete solution for everything HTTP (including websockets) within an ActorSystem. Before deciding to combine this with another tool I recommend that you explore

Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Sam Halliday
Hi Roland, I've read the documentation, several times, I've even given you feedback on the documentation in an earlier milestone phase. Also, the documentation for WebSockets in Akka is TODO and TODO. The documentation on the routing directives are extremely sparse. In particular, there are no

Re: [akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-27 Thread Roland Kuhn
27 maj 2015 kl. 08:51 skrev Sam Halliday sam.halli...@gmail.com: Hi Roland, I've read the documentation, several times, I've even given you feedback on the documentation in an earlier milestone phase. Also, the documentation for WebSockets in Akka is TODO and TODO. The documentation on

[akka-user] Migrating from wandoulabs websockets to stock akka-io

2015-05-23 Thread Sam Halliday
Hi all, I'm very excited that akka-io now has WebSocket support. In ENSIME, we're planning on using this wrapper over wandoulab's websockets https://github.com/smootoo/simple-spray-websockets to easily create a REST/WebSockets endpoint with JSON marshalling for a sealed family, with