philips / libuv-webserverLinks
simple webserver in libuv
☆84Updated 11 years ago
Alternatives and similar repositories for libuv-webserver
Users that are interested in libuv-webserver are comparing it to the libraries listed below
Sorting:
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆152Updated 5 years ago
- A nice place for simple libev examples. Please contribute.☆238Updated 8 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- a lightweight high-performance HTTP server library for C☆103Updated 17 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- Streaming WebSocket parser☆70Updated 2 years ago
- C++11 libuv wrapper☆179Updated 5 years ago
- Minimal HTTP processing library☆155Updated 6 years ago
- redis's async event loop library☆189Updated 5 years ago
- Map object pointer to an unique id☆43Updated 10 years ago
- Examples of different message types in C with nanomsg☆144Updated 8 years ago
- C hash implementation based on khash☆172Updated 2 months ago
- A simple http library in c++ backed by libuv and http-parser.☆181Updated 6 years ago
- some libuv code snippets written while learning c and libuv☆69Updated 10 years ago
- server frame☆18Updated 8 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆115Updated 12 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- A simple thread library base on pthread and win thread