- 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.
http://think-async.com/Asio/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- C++ Sockets Library
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.alhem.net/Sockets/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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]
http://camaya.net/gloox
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- RudeSocket
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]
http://www.rudeserver.com/socket/index.html
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- Socket++
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://www.linuxhacker.at/socketxx
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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]
http://code.google.com/p/spserver/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- Tntnet
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://www.tntnet.org/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
- VMime
A C++ class library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP. [Open Source, GPL]
http://www.vmime.org/
(Added: Mon Apr 04 2011 Hits: 0 Rating: 0.00 Votes: 0)
Rate It
Review It
|