https://github.com/fullstorydev/relay-core
A network traffic relay
https://github.com/fullstorydev/relay-core
Last synced: 10 months ago
JSON representation
A network traffic relay
- Host: GitHub
- URL: https://github.com/fullstorydev/relay-core
- Owner: fullstorydev
- License: other
- Created: 2019-12-16T21:55:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T18:21:05.000Z (over 1 year ago)
- Last Synced: 2025-06-19T12:54:03.255Z (12 months ago)
- Language: Go
- Homepage:
- Size: 149 KB
- Stars: 22
- Watchers: 23
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay
The Relay project provides a service that relays HTTP requests (including WebSockets) to a different service. The most common use is to relay requests from a hostname in one domain to a service in a different domain.
For example, you could run an instance of Relay at `design-tool.your-domain.com` and configured it to relay requests to a third party service like `design-tool.com`.
Relay gives you more control and monitoring possibilities over network traffic from your users' browsers that would normally go directly to a third party service.
To get started, check out the [Running Relay](./docs/running.md) document.
This project is covered by the MIT License. See [LICENSE](LICENSE) for details.