Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 924 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 924 Bytes

Torch

Simple and useful tcping tools

Version Author Koa node.js status

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 }

License

MIT