Loading...
Loading...
Computers & software — programming, internet, hardware, security, AI & more.
39644 resources
Provides a simple to use interface for creating and using client sockets. Can connect to the destination server through an unlimited number of chainable proxies, SOCKS4 and SOCKS5 servers if anonymity or security is a priority. Supports SSL as well as normal connections. [Open Source, GPL]
A server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection. [Open Source, LGPL]