Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initiate HTTP/S and SPDY connections from Socko #51

Open
veebs opened this issue Jun 8, 2013 · 1 comment
Open

Initiate HTTP/S and SPDY connections from Socko #51

veebs opened this issue Jun 8, 2013 · 1 comment

Comments

@veebs
Copy link
Member

veebs commented Jun 8, 2013

Raised by Tsume...

My question is it possible to have Socko initiate messages? To give a better explanation I have 2 socko webservers on separate machines & I'd like for them to communicate with each other. But for this I would need for one of the webservers to initiate the connection.

My best guess would be to setup the webservers as remote actors, but I would like the webservers to communicate with SPDY. I know Jetty has the ability for me to initiate a SPDY connection. Does Socko have this same ability?

@Bongani
Copy link

Bongani commented Nov 17, 2013

If a server needs to initiate the connection, would it no possible to have an actor in that server to use Jetty? I think what needs to be raised further is if an application can have a mix of Netty (Socko in this case) and Jetty. I have tried to find information on how an application can initiate a SPDY connection but I have yet to find a nice clean example as I have seen with as I have seen with Jetty.

Edit: I'm not familiar with the Netty and Jetty frameworks so I'm unsure if mixing them in an application would be good or bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants