samanbarghi / ULTwebserver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 90.9%Language:CMake 6.8%Language:C 2.3%