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
- Host: GitHub
- URL: https://github.com/abdullahwaqar/http-cerver
- Owner: abdullahwaqar
- Created: 2018-06-22T13:37:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T01:41:09.000Z (about 8 years ago)
- Last Synced: 2025-01-20T18:43:34.756Z (over 1 year ago)
- Topics: cpp, webserver
- Language: C++
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
