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

https://github.com/carlostojal/webc

Simple web server made in C using sockets.
https://github.com/carlostojal/webc

c http http-server sockets web web-server

Last synced: 12 months ago
JSON representation

Simple web server made in C using sockets.

Awesome Lists containing this project

README

          

# WebC

Simple web server made in C using sockets.
I made this project to learn more about HTTP by doing it myself from scratch.
This project uses HTTP/1.1.

The `src/main.c` file is basically a demo of the library usage.

## Screenshots

!['Demo response'](https://raw.githubusercontent.com/carlostojal/WebC/master/media/Captura%20de%20ecr%C3%A3%20de%202020-10-12%2022-51-28.png)

!['Server logs'](https://raw.githubusercontent.com/carlostojal/WebC/master/media/Captura%20de%20ecr%C3%A3%20de%202020-09-07%2023-02-51.png)

## Disclaimer

This is not stable or secure. I highly don't recommend using this in production environments (as if someone was going to do it).