| [programming] | [all tags] [all pages] [home] |
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.
README (2.9 kB)
The README file from the distribution, should you require more information.
transflector-0.1.1.tar.bz2 (4.5 kB)
The source code for Transflector. You'll need a Unixish to compile (and use) this.
| Page last updated: 2010 May 17 | © 2008-2009 David Given, unless specified otherwise |