crgimenes / crgimenes/compterm
terminal proxy
- Dominant language
- Go
- Stars
- 14
- Forks
- 2
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 2
Description
The idea is to have another websocket that receives a stream from a terminal and simply relays it to everyone connected.
Consider separating the application into two parts, one being just the relay and the other the transmitter. The transmitter captures data from the local terminal to the relay, which forwards it to all connected clients.
This way, anyone with the transmitter and the API key can send the terminal to the relay.
Requirements:
- The transmission is protected by an API key.
- The use of websocket and not another communication layer is to allow it to easily pass through firewalls.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.