/ULTwebserver

A webserver that uses picoparser and provides pluggable interface for user-level threading libraries

Primary LanguageC++

ULTwebserver

This webserver is written with C++ and is using picohttpparser to yield high throughput and low latency. It is written wih user-level threading (green threads, fibres, etc) in mind. It is designed to be used for performance analysis of different user-level threading libraries. Also, it is full functional web-server that can be used for routing requests to functions, provides standard headers.

This is a work in progress.