poser – a C framework for POsix SERvices

This is a lightweight framework to easily implement a typical (networking) service in C, using an event-driven API.

It only uses standard POSIX APIs, therefore it is not suitable for services that must scale to thousands of concurrent clients.

Currently, only the core part is implemented.

Source

https://github.com/Zirias/poser

API Documentation