Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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