coolaj86 / libev-examplesLinks
A nice place for simple libev examples. Please contribute.
☆239Updated 8 years ago
Alternatives and similar repositories for libev-examples
Users that are interested in libev-examples are comparing it to the libraries listed below
Sorting:
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆154Updated 3 weeks ago
- ☆155Updated 12 years ago
- redis's async event loop library☆189Updated 6 years ago
- Mirror from SVN of GNU libmicrohttpd☆67Updated 9 years ago
- A simple high performance http server based on epoll☆96Updated 12 years ago
- a lightweight high-performance HTTP server library for C☆103Updated 17 years ago
- Async non-blocking multi-protocol networking library for C/C++☆442Updated 6 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- Unofficial mirror.☆58Updated 12 years ago
- http server library☆62Updated 10 years ago
- lock free queue☆47Updated 12 years ago
- Examples of different message types in C with nanomsg☆144Updated 8 years ago
- libev sync from http://cvs.schmorp.de/libev/☆158Updated 4 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 4 months ago
- simple webserver in libuv☆84Updated 12 years ago
- C hash implementation based on khash☆172Updated 4 months ago
- Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.☆177Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆459Updated 4 years ago
- Protocol Buffers C RPC implementation☆206Updated 5 years ago
- A simple, easily embeddable cross-platform C library☆384Updated 2 years ago
- Reviving cmockery unit test framework from Google☆67Updated 7 years ago
- Git mirror of the libev CVS repository☆27Updated 13 years ago
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆268Updated 4 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…