I just implemented a C version of localtunnel

Author: pjinczCreated Feb 1, 2025Updated Feb 20, 2026

Hi dear localtunnel developer,

I just implemented a C version of localtunnel, could you help to list it on this project's Readme.md?

Here's the link: https://github.com/pjincz/localtunnel-c

Major difference between c version and official version:

  • Doesn't support local https server. Because it looks nonsense.
  • Delay the creation of local links and wait for data to come in before creating the local link.
  • Be more stingy with link creation to save server resource.

Best regards Chizhong Jin