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
- Host: GitHub
- URL: https://github.com/reesporte/tiny-tiny-web-server
- Owner: reesporte
- Created: 2021-06-03T23:41:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T23:50:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T16:24:10.617Z (5 months ago)
- Topics: http, server
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```