File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,26 @@ Server useing TCP/IP and Network Programming
6
6
This Configuration file will contain GET, HEAD, POST conf
7
7
Supporting Html, Css, js and much more..
8
8
9
+ # Requirements
10
+ <ul >
11
+ <li >Linux-Based Distribution</li >
12
+ <li >Gcc installation</li >
13
+ </ul >
14
+
15
+ # Installation
16
+ Just download this project. Extract to any folder and compile it<br >
17
+ <code >
18
+ <i >root@linux:-$ gcc httpserver.c -o httpserver</i >
19
+ </code >
20
+ <br >
21
+ <code >
22
+ <i >root@linux:-$ ./httpserver</i >
23
+ </code >
24
+
9
25
# Teammates
10
- Kashif Saleem
11
- Sheheryar Khan
12
- Ismail Irshad
13
- Ammar Haider
26
+ <ul >
27
+ <li ><a href =" http://www.facebook.com/kashifcoder " >Kashif Saleem</a ></li >
28
+ <li ><a href =" https://www.facebook.com/sheheryarkh " >Sheheryar Khan</a ></li >
29
+ <li ><a href =" https://www.facebook.com/leIsmaili " >Ismail Irshad</a ></li >
30
+ <li ><a href =" https://www.facebook.com/ammar.haider.351756 " >Ammar Haider</a ></li >
31
+ </ul >
You can’t perform that action at this time.
0 commit comments