Skip to content

antark/light-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用 c 实现的一个并发的web服务器。具有基本功能

1. 部分实现了 HTTP/1.1,可以提供基本的 web 静态服务
2. 允许并发

使用方式

$ make // 编译代码
$ ./ws 1234 // 启动server进程,端口是 1234

浏览器中访问:http://localhost:12345/webapp/demo/assets/img/miaoxingren.jpg

知识

1. c 语言基础
2. 数据结构 —— 循环队列
3. 操作系统 —— 并发处理
4. 网络 —— TCP/HTTP 协议
5. linux socket api

About

使用 c 语言实现的一个轻量级 web 服务器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages