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

https://github.com/reesporte/tiny-tiny-web-server

tiny tiny web server i made to learn about web servers
https://github.com/reesporte/tiny-tiny-web-server

http server

Last synced: 3 months ago
JSON representation

tiny tiny web server i made to learn about web servers

Awesome Lists containing this project

README

        

# tiny tiny web server

i made a tiny tiny web server to learn about how web servers work

it responds to all requests with one response

obviously not for production use

## to use

make sure _localhost:8080_ is not already in use, then

```
$ make run
$ curl localhost:8080
```

you should get something like this
```


IT WORKS


my tiny server works


```