https://github.com/lafikl/telsocket
Telnet for WebSockets
https://github.com/lafikl/telsocket
Last synced: 2 months ago
JSON representation
Telnet for WebSockets
- Host: GitHub
- URL: https://github.com/lafikl/telsocket
- Owner: lafikl
- License: mit
- Created: 2015-01-14T12:15:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T18:34:10.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T10:51:13.168Z (2 months ago)
- Language: Go
- Homepage: http://telsocket.org
- Size: 66.4 KB
- Stars: 95
- Watchers: 7
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telsocket
Telnet-like for WebSocketshttp://telsocket.org
## Installation
[Download Latest Binary](https://github.com/lafikl/telsocket/releases/latest)Alternatively you can install using go:
```bash
go get github.com/lafikl/telsocket
```There is also an [homebrew tap](https://github.com/Amalkh5/homebrew-telsocket) from [@amalkh5](https://github.com/Amalkh5) for installing telsocket on Mac OS X:
```bash
brew tap amalkh5/telsocket
brew install telsocket
```## Usage
```bash
telsocket -url
```