# peroxide **Repository Path**: mirrors_eapache/peroxide ## Basic Information - **Project Name**: peroxide - **Description**: Golang proxies for testing "reliable" network services - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README peroxide ======== [![GoDoc](https://godoc.org/github.com/eapache/peroxide?status.png)](https://godoc.org/github.com/eapache/peroxide) [![Build Status](https://travis-ci.org/eapache/peroxide.svg?branch=master)](https://travis-ci.org/eapache/peroxide) Peroxide provides some simple proxy-server-like functions in golang to simplify testing reliable or redundant network services and bindings. These projects have corner cases that are otherwise difficult to test as they involve bringing the service up/down at specific intervals in order to test the correct availability sequence. Peroxide makes this somewhat easier to accomplish, as you don't have to touch the running service; simply start/stop a proxy at will.