https://github.com/iotxfoundry/gterm
đź’•Share your terminal as a web applicationđź’•
https://github.com/iotxfoundry/gterm
associate go golang shared terminal
Last synced: about 1 month ago
JSON representation
đź’•Share your terminal as a web applicationđź’•
- Host: GitHub
- URL: https://github.com/iotxfoundry/gterm
- Owner: iotxfoundry
- License: mit
- Created: 2022-09-15T16:52:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T07:28:09.000Z (about 1 year ago)
- Last Synced: 2025-12-17T17:29:35.410Z (5 months ago)
- Topics: associate, go, golang, shared, terminal
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTERM - đź’•Share your terminal as a web applicationđź’•
[][gomod]
[][release]
[][license]
[gomod]: https://github.com/iotxfoundry/gterm/blob/master/go.md
[release]: https://github.com/iotxfoundry/gterm/releases
[license]: https://github.com/iotxfoundry/gterm/blob/master/LICENSE
GTERM is a tool to share your terminal as a web applications.
Unlike [gotty](https://github.com/yudai/gotty), we use the same terminal, so we can see the commands from others.

# Installation
## `go install`
GTerm requires go1.16 or later.
```sh
$ go install github.com/iotxfoundry/gterm/cmd/gterm@latest
```
## Usage
```sh
Usage of ./gterm:
-port int
http port (default 8080)
```
## License
The MIT License