davidjpfeiffer / web-server

A simple asynchronous socket-based web server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple asynchronous socket-based web server

License:Apache License 2.0


Languages

Language:C# 97.1%Language:HTML 2.9%