Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcorrado/pausable_tcp_proxy

A toy TCP proxy server that will pause the flow of traffic, buffering until you unpause
https://github.com/jcorrado/pausable_tcp_proxy

perl proxy tcp

Last synced: 11 days ago
JSON representation

A toy TCP proxy server that will pause the flow of traffic, buffering until you unpause

Awesome Lists containing this project

README

        

A toy TCP proxy server that will pause the flow of traffic, buffering
until you unpause.

I wrote this one morning after a chat with Andrew, at Meetup. He
needed a proxy for testing a daemon of his that talked to a RabbitMQ
server (iirc). I pointed him towards simpleproxy but it got me
thinking and this turned out to be a fun little project.