https://github.com/mobasirsarkar/tcp-server-go
https://github.com/mobasirsarkar/tcp-server-go
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobasirsarkar/tcp-server-go
- Owner: MobasirSarkar
- Created: 2024-10-27T17:28:31.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T06:30:56.000Z (8 months ago)
- Last Synced: 2025-01-13T20:20:23.431Z (6 months ago)
- Language: Go
- Size: 1.95 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