Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 439 Bytes

File metadata and controls

19 lines (11 loc) · 439 Bytes

Web Server

A simple asynchronous socket-based web server in C#

About

This lightweight web server handles HTTP requests via reusable (long-lived) socket connections. In addition to the server, this repository includes a client to make simple requests via command line.

Features

  • Asynchonous request handling
  • Simple and customizable headers
  • Event logging

License

Apache License 2.0

Copyright 2016 David J Pfeiffer