TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: PipeGate – A Lightweight, Self-Hosted Proxy to Expose Local Servers

33 pointsby jeeybee5 months ago
Hi Hacker News,<p>I’d like to introduce PipeGate, a lightweight, self-hosted proxy built with FastAPI. I created PipeGate as a fun little exercise to understand how tunneling services work under the hood. PipeGate allows you to expose your local servers to the internet, giving you full control over your setup.

3 comments

aeriose5 months ago
Huge caveat to hosting this server publicly is the codebase will accept any websocket connection to the &#x2F;{connection_id} route. The author gives a small warning about implementing authentication in the README, but it essentially makes the project extremely dangerous to deploy as any person can use your domain to host their content.
themgt5 months ago
For me the ngrok killer feature I&#x27;ve never seen elsewhere is a simple embedded webserver with log&#x2F;inspector for requests + the ability to replay them. Wish Apache or CNCF would fork ngrok v1 and put it on life support.
评论 #42444255 未加载
评论 #42452492 未加载
评论 #42448075 未加载
buremba5 months ago
Cool use of WebSockets! Have you tried deploying it to AWS Lambda? I would like to have something similar on AWS, but SSL support and scale-to-zero are hard and tricky with EC2 Load Balancer and ECS.
评论 #42445051 未加载