Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaburns/ngincat
Tiny bash HTTP server using netcat
https://github.com/jaburns/ngincat
Last synced: 2 days ago
JSON representation
Tiny bash HTTP server using netcat
- Host: GitHub
- URL: https://github.com/jaburns/ngincat
- Owner: jaburns
- License: mit
- Created: 2014-04-09T22:49:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T04:07:18.000Z (over 10 years ago)
- Last Synced: 2024-08-02T09:27:09.951Z (3 months ago)
- Language: Shell
- Size: 272 KB
- Stars: 176
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bash - ngincat - Tiny Bash HTTP server using netcat. (Applications / Web Frameworks)
README
ngincat
=======Tiny bash HTTP server using netcat
```
git clone https://github.com/jaburns/ngincat
cd ngincat
./server.sh 8080 &
xdg-open http://localhost:8080/index.html
```