https://github.com/akashchouhan16/go-cli-sockets
Go lang command line sockets - POC
https://github.com/akashchouhan16/go-cli-sockets
cli-sockets golang web-socket
Last synced: 12 months ago
JSON representation
Go lang command line sockets - POC
- Host: GitHub
- URL: https://github.com/akashchouhan16/go-cli-sockets
- Owner: akashchouhan16
- License: gpl-3.0
- Created: 2020-10-23T14:50:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T16:37:06.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T05:12:26.645Z (about 1 year ago)
- Topics: cli-sockets, golang, web-socket
- Language: Go
- Homepage:
- Size: 144 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Go Cli Sockets

**Test repo**
A test repo for Go lang web sockets.
[Go](https://golang.org/ "visit url") Implementation of the WebSocket protocol.
### Installation
```
go get
```
#### Imports for socket communication :
* fmt
* log
* net/http
* github.com/gorilla/websocket