https://github.com/codeskyblue/netcat
example program, only for study golang.
https://github.com/codeskyblue/netcat
Last synced: about 1 year ago
JSON representation
example program, only for study golang.
- Host: GitHub
- URL: https://github.com/codeskyblue/netcat
- Owner: codeskyblue
- Created: 2014-10-20T07:15:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T08:17:57.000Z (over 8 years ago)
- Last Synced: 2025-03-25T14:50:38.491Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
netcat
==================
A really simple nc, only for study of golang.
listen mode
```
netcat -p 9000
```
request mode
```
netcat locahost 9000
```