The Daily Go
338 subscribers
53 photos
2 videos
3 files
657 links
We provide you daily Golang contents. If you want to post any content contact with us.
.
Administrators:
πŸ‘‰πŸ»@aidenzibaei
πŸ‘‰πŸ»@amin_khozaei

#jaryan904259
Download Telegram
The Daily Go
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://goreplay.org

#Network #HTTP
The Daily Go
A high performance HTTP request router that scales well 

The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.

https://github.com/julienschmidt/httprouter

#HTTP #Router #Repository
The Daily Go
Modern HTTP reverse proxy and load balancer made to deploy microservices with ease.

https://github.com/containous/traefik

#Reverse #Proxy #Docker #HTTP
The Daily Go
Authboss is a modular authentication system for the web.

https://github.com/volatiletech/authboss

#Auth #HTTP #Web
The Daily Go
The hookah command allows you to specify an input source -i and an output destination -o. Any data that's fed into the input will be piped to the output.

https://github.com/wybiral/hookah

#Pipline #Tcp #Http
The Daily Go
The power of curl, the ease of use of httpie.

https://curlie.io/

#Curl #HTTP