/tiny_web_server

A tiny web server for teaching

Primary LanguageC

tiny_web_server

This is a modified tiny web server which is original from csapp for teaching. For now, it has following features:

  • Support serve static and dynamic content
  • Support CGI protocol
  • Support WSGI protocol