  |
ACE (ADAPTIVE Communication Environment) - http://www.cs.wustl.edu/~schmidt/ACE.html
A freely available, open-source object-oriented framework that implements many core patterns for concurrent communication software. |
  |
http://www.hunnysoft.com/mimepp/ - http://www.hunnysoft.com/mimepp/
Class library for parsing, creating, or editing messages in MIME format. |
  |
http://www.vmime.org/ - http://www.vmime.org/
A C++ class library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP. [Open Source, GPL] |
  |
C++ Sockets Library - http://www.alhem.net/Sockets/
A C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32. Features include, but are not limited to, SSL support, IPv6 support, TCP and UDP sockets, HTTP protocol, and highly customizable error handling. [Open Source, GPL] |
  |
http://www.tntnet.org/ - http://www.tntnet.org/
A modular, multithreaded, high performance web application server for C++. To create web applications Tntnet uses a template-language called ecpp similar to php, jsp or mason, where c++-code can be embedded inside a html-page to generate active content. [Open Source, LGPL] |
  |
http://code.google.com/p/sckt/ - http://code.google.com/p/sckt/
A simple and lightweight C++ network sockets wrapper for Windows and Linux which is designed for games. |
  |
spserver - http://code.google.com/p/spserver/
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] |
  |
Socket++ - http://www.linuxhacker.at/socketxx
Defines a family of C++ classes that can be used more effectively than directly calling the underlying low-level system functions. One distinct advantage of the socket++ is that it has the same interface as that of the iostream so that the users can perform type-safe input output. [Open Source] |
  |
http://codesink.org/mimetic_mime_library.html - http://codesink.org/mimetic_mime_library.html
A C++ MIME library for Unix built around the standard library. [Open Source, GPL] |
  |
Libiqxmlrpc - http://libiqxmlrpc.wikidot.com/
A free implementation of XML-RPC in C++. It supports multithreading, secure connections and interceptors. [Open Source, LGPL] |
  |
http://cppcms.sourceforge.net/wikipp/en/page/main - http://cppcms.sourceforge.net/wikipp/en/page/main
A free C++ Web Development Framework aimed for Rapid Web Application Development which is designed and tuned to handle extremely high loads and uses modern C++ as primary development language. [Open Source, LGPL] |
  |
Jabberoo - http://jabberoo.sourceforge.net/
An object-oriented, cross-platform C++ library which provides handling logic for the Jabber protocol. [Open Source] |
  |
Stream Socket API - http://www.pcs.cnu.edu/~dgame/sockets/socketsC++/sockets.html
Provides a simple stream socket interface for C++. |
  |
http://www.firstobject.com/dn_sock.htm - http://www.firstobject.com/dn_sock.htm
Provides synchronous send and receive of a buffer, plus ping and resolve address. The class encapsulates a listener thread which can be started and stopped. |
  |
libpcap++ - http://libpcappp.sourceforge.net
A C++ wrapper for libpcap (the packet capture library), which provides a high level interface to packet capture systems. [Open Source, GPL] |
  |
http://camaya.net/gloox - http://camaya.net/gloox
A portable C++ Jabber/XMPP library which takes care of the low-level protocol stuff. Additionally, it offers high-level interfaces for interaction with an XMPP server. [Open Source, GPL] |
  |
RudeSocket - http://www.rudeserver.com/socket/index.html
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] |
  |
Simple Unix Events (SUE) - http://www.croco.net/software/sue/
A collection of light-weight C++ classes which help to create a select-based event-driven applications, especially simple TCP servers and clients. [Open Source, LGPL] |
 |
SimpleSocket - http://home.hetnet.nl/~lcbokkers/simsock.htm
Aa C++ library making socket based client/server programming easier. |
 |
http://think-async.com/Asio/ - http://think-async.com/Asio/
A cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. |