[Cowlark Logo] cowlark.com

WebSocket Transflector

a simple WebSocket to socket service proxy

Transflector is a simple proxy that allows you to set up a bridge between a WebSocket listener and a traditional socket service. Once the user establishes the WebSocket connection, Transflector will translate data bidirectionally between the raw socket stream and WebSocket frames.

Transflector is a single very simple C++ file, making it small and efficient. It's intended to run as an inetd service.


Comments on this page

Page last updated: 2010 May 17 © 2008-2009 David Given, unless specified otherwise