spray-socketio icon indicating copy to clipboard operation
spray-socketio copied to clipboard

socket.io for spray

Results 8 spray-socketio issues
Sort by recently updated
recently updated
newest added

I am wondering if you have a build from this project, supporting scala 2.11 binaries. I could only find the 0.1.3-SNAPSHOT built for scala 2.10, but I failed to find...

Hello, Is it possible to have multiple connections using the same sessionId (browser tabs for instance), each connection receiving the same messages ? If it's not possible how can I...

Hi! I need to implement a Web Server which receives a message via **HTTP POST** and forwards it via socket.io. For example: ``` javascript POST http://localhost:8080/c1 Body: {"message":"Hello World"} ```...

This is more a question than issue. Has there been any release of this library? The snapshot version (0.1.3-SNAPSHOT) suggests there was 0.1.2 but I could not find it anywhere....

http://socket.io/blog/introducing-socket-io-1-0/ Can we add support for the latest version of socket.io client? Thanks.

I would like to add a new example that uses real time chat.

Should handle `HttpResponse(302 Found,HttpEntity(...),List(Location: ...), HTTP/1.1)` In `SocketIOClientConnection`