mashupbots / socko

A Scala web server powered by Netty networking and AKKA processing.
Other
255 stars 51 forks source link

wss #86

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi, Does Socko support wss:// ?

veebs commented 10 years ago

I've not personally tried it - but I know that Netty does and Socko uses Netty underneath so it should.

Add SSL as per this example: https://github.com/mashupbots/socko/tree/master/socko-examples/src/main/scala/org/mashupbots/socko/examples/secure

Let me know how it goes for you.

Regards Vibul

On 25 March 2014 12:28, gporrata notifications@github.com wrote:

Hi, Does Socko support wss:// ?

Reply to this email directly or view it on GitHubhttps://github.com/mashupbots/socko/issues/86 .