Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwanbk/roomahost
Python + gevent HTTP Relay
https://github.com/iwanbk/roomahost
Last synced: about 1 month ago
JSON representation
Python + gevent HTTP Relay
- Host: GitHub
- URL: https://github.com/iwanbk/roomahost
- Owner: iwanbk
- License: other
- Created: 2012-03-13T09:43:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-12T06:03:34.000Z (over 12 years ago)
- Last Synced: 2024-04-17T00:03:46.751Z (8 months ago)
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 53
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Roomahost
An Open Source HTTP Relay written in Python with [Gevent](http://www.gevent.org).
With Roomahost, you can access your webserver on your local network from remote location(internet).## Is this another dyndns?
No, with roomahost you do not need to:
* Have public IP
* Set port forwarding, even though your local web server located behind the NAT
## Usage
python server.py domain_to_serve.comsee docs/install_run_server.txt for more detailed instruction
Roomahost comes with simple JSON-RPC authentication server.
Please take a look at simple_rpcd.py file## Website
http://cp.rh.labhijau.net
## Roomahost Terms
I borrow roomahost terms from TURN protocol:
* peer :
something that accessing your local webserver from outer network via roomahost.
Usually, it is a browser.* client :
Roomahost client application that running in a computer inside your local network.## About
Written by [Iwan Budi Kusnanto](http://ibk.labhijau.net)