mashupbots / socko

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

Autobahn test suite report #85

Closed ghost closed 10 years ago

ghost commented 10 years ago

I strongly recommend to add the results of the Autobahn test suite to the site, which is the standard test suite for WebSockets.

http://autobahn.ws/testsuite/

veebs commented 10 years ago

Sorry for being slow to get back to you.

Socko uses Netty underneath and I've run Autobahn against Netty so I know it works.

Its just a matter for writing an Autobahn echo handler for Socko which I'll put in the next release.

Thanks

Regards Vibul

On 17 March 2014 08:57, partycoder notifications@github.com wrote:

I strongly recommend to add the results of the Autobahn test suite to the site, which is the standard test suite for WebSockets.

http://autobahn.ws/testsuite/

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

veebs commented 10 years ago

Added autobahn example app that echo all web socket frames

Results will be published on the website after this release.