socketwrapper VS winsock

Compare socketwrapper vs winsock and see what are their differences.

socketwrapper

Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17 that utilizes epoll and kqueue as backend. (by tglane)

winsock

Windows socket affordances (by keithalewis)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
socketwrapper winsock
1 1
37 2
- -
3.5 0.0
5 days ago over 3 years ago
C++ C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

socketwrapper

Posts with mentions or reviews of socketwrapper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-09.

winsock

Posts with mentions or reviews of winsock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-09.
  • Header-only socket wrapper [UDP, TCP, TLS]
    2 projects | /r/cpp | 9 Mar 2021
    Windows specific but https://github.com/keithalewis/winsock might give you some ideas. It makes send and recv easier to use and has client/server specific classes to put training wheels on their use.

What are some alternatives?

When comparing socketwrapper and winsock you can also consider the following projects:

sockpuppet - C++ socket and address library

userver - Production-ready C++ Asynchronous Framework with rich functionality

libzt - Encrypted P2P sockets over ZeroTier

DatagramTunneler - Simple C++ cross-platform client/server app forwarding UDP datagrams through a TCP connection.

dns-lookup - 🌍 DNS hostname resolution CLI tool using BSD sockets

G3log - G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.