Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mobasirsarkar/tcp-server-go


https://github.com/mobasirsarkar/tcp-server-go

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

## Usage

Run the server like so:

```bash
go run server/server.go -port 8000
```

And then connect to it with the client like this:
```bash
go run client/client.go -host localhost -port 8080
```

These are defaults arguments . You can Connect to any host and port you like