jerson / pgrok

Free Introspected tunnels to localhost, like ngrok but free and unlimited
https://hub.docker.com/r/jerson/pgrok
Other
280 stars 54 forks source link

Is there C implemented version? #19

Closed tufeigunchu closed 2 years ago

tufeigunchu commented 2 years ago

I want to run on openwrt router with 64M memory. I think go version is too heavy. Just wonder if there is C version so that it eats less memory

MislavJancic commented 2 years ago

There isn't any. 64M is a really small amount of memory, I can't imagine it's paired with an adequate processor either. You can try it though, hopefully the garbage collector will free up enough memory.

jerson commented 2 years ago

unfortunately there are no C version, we are just trying to support the existing old ngrok version with a fork so there are no plans to create a C version of this