Skip to content

A tiny http server base on Winsock2 using thread pool and non blocking socket.

Notifications You must be signed in to change notification settings

sohardforaname/TinyHttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TinyHttpServer

A tiny http server base on Winsock2 using thread pool and non blocking socket.

  • Using WinSock2, non blocking socket.
  • Using ThreadPool.
  • Support GET instruction, server is able to send html, xml, jpg, js.
  • It is very simple so you may easy to learn multithread, nonblocking programming and preliminary socket programming.

config file

like this:

ip=127.0.0.1
port=8080
root=.

About

A tiny http server base on Winsock2 using thread pool and non blocking socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages