JPRQ is a free and open tool for exposing local servers to public network (the internet). It can expose TCP protocols, such as HTTP, SSH, etc.
Authenticate with token and start HTTP tunnel on PORT.
jprq auth <AUTHTOKEN> && jprq http <PORT>
Authenticate with token and start http TCP on PORT.
jprq auth <AUTHTOKEN> && jprq tcp <PORT>