Skip to content

zhenbianshu/tinyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#使用说明:

  • 首先要有一个 cli 程序,如 本服务器使用的 php
  • 修改源码中的 shell command 变量为自己使用的shell路径
gcc -c util_http.c -fpic -o util_http.so -std=c99
gcc -c cJSON.c -fpic -o cjson.so -std=c99
gcc -o server -L . util_http.so cjson.so server.c
./server

curl -i 127.0.0.1:8080/index.php?name=zbs

About

tiny web server written in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages