Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julienmeritte/c_http_server

Serveur HTTP en C pour comprendre et manipuler les sockets et le protocole TCP. Tomcat-like project.
https://github.com/julienmeritte/c_http_server

c make

Last synced: 18 days ago
JSON representation

Serveur HTTP en C pour comprendre et manipuler les sockets et le protocole TCP. Tomcat-like project.

Awesome Lists containing this project

README

        

# Projet en Collaboration avec Quentin Vignan

https://github.com/QuentinVignan

https://github.com/julienmeritte

## Getting started

### Installation

1. Build project using `make`
```makefile
make re
```

### TODO

- Définir dossier racine pour le serveur
- Variabiliser gestion des HTTP PARAM
- Fichier de config (optionnel)