tsdtsdtsd Posted April 19, 2016 Posted April 19, 2016 Hi guys, I'm learning Go since a few weeks and every now and then I stumble over some great tools for web development. This one I found yesterday is awesome if you work with large scale systems: Gor is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. https://github.com/buger/gor/ Under the hood it works with raw socket connections, like a sniffer, pcap or wireshark, but without using the well known libpcap. I guess the performance impact is the smallest possible. Take a look at the github page if you like, it has some very interesting features. Maybe a handy tool for some of you Cheers 3
buger Posted April 21, 2016 Posted April 21, 2016 Hello! Thank you for mentioning! I'm the author of Gor, feel free to ask any questions. 6
tsdtsdtsd Posted April 21, 2016 Author Posted April 21, 2016 Ahahaha this is great Thanks for Gor mate, awesome product!
Recommended Posts