mignon-p / https-example
An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mailing list. This was just a one-off that I'm not maintaining, but I'm happy to accept pull requests.
☆178Updated 6 years ago
Alternatives and similar repositories for https-example:
Users that are interested in https-example are comparing it to the libraries listed below
- asynchronous examples for openssl using poll/epoll☆124Updated last year
- Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).☆170Updated 6 years ago
- 多种无锁队列☆43Updated 7 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆141Updated 7 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- HTTP/HTTPS REST Client C Library☆128Updated 7 years ago
- HTTP Server/Client/Proxy Server☆92Updated 8 years ago
- Stpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.☆42Updated 6 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆250Updated 6 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- WebSocket server demo implemented with C++ & libevent