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

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.

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