RSS Amplifier

The Perpetual Amateur · Aug 22, 2015

Testing tornado websockets without third party clients

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Recently, I built an encrypted chat service , which was based on tornado and ember.js . The project itself had grave security issues, so I shut it down, but while working on it I learned a few new things and testing websockets with tornado is one of them. Most of the material out there for this suggests developing separate client based tests, which I didn’t want to do. Eventually, I figured…

Recently, I built an encrypted chat service, which was based on tornado and ember.js. The project itself had grave security issues, so I shut it down, but while working on it I learned a few new things and testing websockets with tornado is one of them.

Most of the material out there for this suggests developing separate client based tests, which I didn’t want to do. Eventually, I figured out that tornado already provides all the utilities to do unit/integration tests for websockets.

Read on /ws-test/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.