https://github.com/muka/dhttp
HTTP over WebRTC proxy
https://github.com/muka/dhttp
Last synced: about 2 months ago
JSON representation
HTTP over WebRTC proxy
- Host: GitHub
- URL: https://github.com/muka/dhttp
- Owner: muka
- License: apache-2.0
- Created: 2021-01-22T08:13:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T03:10:19.000Z (over 4 years ago)
- Last Synced: 2025-02-05T04:49:30.887Z (4 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dhttp
HTTP over WebRTC proxy.
![]()
## Rationale
This project is exploring and expanding the capabilities of the [PeerJS python](https://github.com/ambianic/peerjs-python) HTTP over WebRTC proxy module.
The objective is to provide a standalone service to interact with local devices over webRTC, bypassing limitation from firewalls and network operators constraints.
## Status
The service is a work in progress, altought the basic communication is implemented. See tests for details. Feel free to open an issue and provide a PR if you see room for improvement.
## License
Apache 2