Last active
December 10, 2015 15:09
-
-
Save karlp/4452408 to your computer and use it in GitHub Desktop.
proposed text for pagekitec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PageKite is a system for running publicly visible servers (generally | |
web servers) on machines without a direct connection to the Internet, | |
such as mobile devices or computers behind restrictive firewalls. | |
PageKite works around NAT, firewalls and IP-address limitations by | |
using a combination of tunnels and reverse proxies. | |
. | |
This package provides an implementation of the PageKite Protocol in C, | |
optimized for high-performance or embedded applications. | |
. | |
Basic UCI support for HTTP and SSH servers is also included in this package. | |
. | |
https://pagekite.net/wiki/Floss/LibPageKite/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment