An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Go Cli Sockets
![go_cli_sockets](https://user-images.githubusercontent.com/56465610/215415277-88761777-e69e-42eb-83ec-c07f6f71ce53.png)

**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