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

https://github.com/abdullahwaqar/http-cerver

HTTP Server
https://github.com/abdullahwaqar/http-cerver

cpp webserver

Last synced: about 2 months ago
JSON representation

HTTP Server

Awesome Lists containing this project

README

          

# http-cerver
Http Server Writen in C++

## About

Simple Webserver using GNU Sockets.

## Build Instructions

```
~ git clone https://github.com/abdullahwaqar/http-cerver.git
~ cd http-cerver
~ make
```

## Run

`~ ./main 2005`

## Screenshot
![alt text](https://github.com/abdullahwaqar/http-cerver/raw/master/Screenshot_20180622_200730.png)