FulecoRafa / goteira

Start multiple ping servers in the cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goteira

Simple cli tool to open multiple ping servers.

One good usage is to check a service that may call other services to check if they are hitting their targets.

Usage

The application is pretty simple, just use the -p flag to list the ports to be listening

Example

goteira -p 6969 -p 7979
Serving the following ping servers:
http://localhost:6969
http://localhost:7979

About

Start multiple ping servers in the cli


Languages

Language:Go 100.0%