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: 25 days ago
JSON representation

Tiny bash HTTP server using netcat

Awesome Lists containing this project

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