Popularity
3.3
Declining
Activity
0.0
Stable
195
22
50
Code Quality Rank:
L1
Programming language: C++
netLink alternatives and similar libraries
Based on the "Networking" category.
Alternatively, view netLink alternatives based on common mentions on social networks and blogs.
-
uWebSockets
µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available. [Zlib] -
POCO
C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost] website -
libwebsockets
Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server -
cpr
A modern C++ HTTP requests library with a simple but powerful interface. Modeled after the Python Requests module. [MIT] website -
Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. -
wdt
An embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. [BSD-3-Clause] -
Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++. -
nope.c
A C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers. [GPL2] -
NetIF
Header-only C++14 library for getting network addresses associated with network interface without name lookups on Windows, macOS, Linux, and FreeBSD
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of netLink or a related project?
Popular Comparisons
README
netLink
C++ 11 KISS principle networking library.
Features:
- C++ 11
- IPv4, IPv6
- Protocols: TCP, UDP
- Enable/Disable blocking mode
- Join/Leave UDP-Multicast groups
- UDP-IPv4-Broadcast
- Operating Systems: Mac OS, Linux, Windows
- MsgPack v5 support: http://msgpack.org so it can communicate with programs running in other programming languages
- Optional: Upgrade std::string with UTF8 support
- Socket can be used as std::streambuf
- SocketManager calls various events for (dis)connecting, receiving data, connection requests and status changes
- Event callbacks: onConnectRequest, onStatusChange, onReceiveRaw, onReceiveMsgPack
Example Code:
Wiki:
*Note that all licence references and agreements mentioned in the netLink README section above
are relevant to that project's source code only.