Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobasirsarkar/tcp-server-go
https://github.com/mobasirsarkar/tcp-server-go
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobasirsarkar/tcp-server-go
- Owner: MobasirSarkar
- Created: 2024-10-27T17:28:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T06:30:56.000Z (2 months ago)
- Last Synced: 2024-11-03T07:19:29.427Z (2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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