https://github.com/eapache/peroxide
Golang proxies for testing "reliable" network services
https://github.com/eapache/peroxide
Last synced: 11 months ago
JSON representation
Golang proxies for testing "reliable" network services
- Host: GitHub
- URL: https://github.com/eapache/peroxide
- Owner: eapache
- License: mit
- Created: 2014-06-30T13:54:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T16:27:20.000Z (about 11 years ago)
- Last Synced: 2025-01-24T12:26:35.965Z (about 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/eapache/peroxide
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
peroxide
========
[](https://godoc.org/github.com/eapache/peroxide)
[](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.