Torch
Simple and useful tcping tools
Quick start
# Install deps
yarn
# Run it
yarn run build
node dist/bin/run.js
# Ping server
curl localhost:3000/google.com/443
#> { "status": true }
Simple and useful tcping tools
# Install deps
yarn
# Run it
yarn run build
node dist/bin/run.js
# Ping server
curl localhost:3000/google.com/443
#> { "status": true }