vichargrave / tcpsocketsLinks
Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.
☆185Updated 7 years ago
Alternatives and similar repositories for tcpsockets
Users that are interested in tcpsockets are comparing it to the libraries listed below
Sorting:
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆180Updated 13 years ago
- c/c++ language useful recipes☆95Updated 11 years ago
- Simple C++multithread lib☆126Updated 6 years ago
- simple http server base on epoll☆324Updated last year
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆244Updated 5 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆291Updated last month
- Examples and toturials for C++ Boost Asio library.☆269Updated 3 years ago
- 简单有效的内存池实现☆96Updated 9 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated last year
- Design Pattern Examples in C++☆47Updated 11 years ago
- Source code for examples from article "What is Boost.Asio, and why we should use it", http://alexott.net/en/cpp/BoostAsioNotes.html☆85Updated 2 years ago
- Socket programming examples in C++☆129Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 4 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆97Updated 8 years ago
- Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).☆170Updated 7 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 4 years ago
- Boost.Asio C++ Network Programming 中文版(正在重新校对中…)☆229Updated 9 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆186Updated 2 years ago
- Asynchronous timer queue mechanism(C++11)☆23Updated 10 years ago
- A sample epoll server.☆74Updated 11 years ago
- A C++ Redis client☆189Updated 6 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆91Updated 4 years ago
- 更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray//github.com/qicosmos/iguana please replace kapok with iguana.☆188Updated 8 months ago
- 23 Design Patterns implemented by C++☆155Updated 7 years ago
- a modern c++17 high performance, cross-platform distributed mq☆25Updated 5 years ago
- C++ event loop library. Wrapper around libev that utilizes lambda's and callback functions to notify you when filedescriptors become acti…☆145Updated 6 years ago
- HTTP Server/Client/Proxy Server☆91Updated 8 years ago
- Boost.org thread module☆212Updated 2 months ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 10 years ago