From 58604a3a13c14292a4e6752ce304a5ee5b69aa28 Mon Sep 17 00:00:00 2001 From: berstend Date: Mon, 11 Jun 2018 12:26:08 +0200 Subject: [PATCH 1/2] Add hypertunnel Expose any local TCP/IP service on the internet --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a648d4c..4fc2b3b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [http-server](https://github.com/indexzero/http-server) - run a static web server in your current directory `npx http-server` +### [hypertunnel](https://github.com/berstend/hypertunnel) - expose any local TCP/IP service on the internet +`npx hypertunnel --port 8080` + + ### [json-server](https://github.com/typicode/json-server) - run a mock REST API server with JSON-based response configuration `npx json-server https://raw.githubusercontent.com/typicode/jsonplaceholder/master/data.json` From 4373a6c5a133752225b4dc1f7451708d9bb9ab23 Mon Sep 17 00:00:00 2001 From: berstend Date: Mon, 11 Jun 2018 15:12:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4fc2b3b..863fae7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [hypertunnel](https://github.com/berstend/hypertunnel) - expose any local TCP/IP service on the internet `npx hypertunnel --port 8080` - ### [json-server](https://github.com/typicode/json-server) - run a mock REST API server with JSON-based response configuration `npx json-server https://raw.githubusercontent.com/typicode/jsonplaceholder/master/data.json`