clsocket
Socket library
A lightweight C++ library for creating cross-platform network programs using sockets.
SimpleSockets is a lightweight set of classes that allow developers to implement IP based network programs.
157 stars
18 watching
65 forks
Language: C++
last commit: 2 months ago
Linked from 1 awesome list
c-plus-plussocket
Related projects:
Repository | Description | Stars |
---|---|---|
swiftsocket/swiftsocket | Provides an easy-to-use interface for creating socket-based connections on Apple platforms. | 1,684 |
ruifig/czspas | A minimalistic socket library with an Asio-like API for handling TCP connections asynchronously. | 26 |
krozark/cpp-socket | A C++ library that facilitates communication between client and server over sockets with serialized data exchange. | 0 |
machinezone/ixwebsocket | A lightweight C++ library for building WebSocket clients and servers with TLS support. | 551 |
cjhdev/wic | A C implementation of the WebSocket protocol designed for embedded systems. | 70 |
tatsuhiro-t/wslay | A C library implementing the WebSocket protocol for efficient data transfer over web connections. | 608 |
cytle/socket.io-mp-client | An implementation of the WebSocket protocol for real-time communication between small programs and servers. | 118 |
slogsdon/plug-web-socket | A library that simplifies the integration of WebSockets into Plug applications. | 63 |
drashland/wocket | A WebSocket library for Deno that enables real-time communication between clients and servers. | 104 |
aloisdg/ether.network | A C# library for creating simple servers and clients using sockets. | 11 |
balancingrock/swiftersockets | A collection of socket utilities in Swift to simplify Unix socket programming. | 59 |
jaspervdj/websockets | Provides a Haskell library for creating WebSocket servers and clients with support for TLS and various testing frameworks. | 407 |
nventimiglia/websockets.pcl | A portable class library implementing WebSocket protocol on multiple platforms using native bridges and libraries. | 98 |
krohling/arduinowebsocketclient | A Websocket client library for Arduino that enables communication with web services over Websockets | 227 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |