<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Motivation</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="../index.html" title="C++ Network Library">
<link rel="up" href="../index.html" title="C++ Network Library">
<link rel="prev" href="../index.html" title="C++ Network Library">
<link rel="next" href="using.html" title="Using The C++ Network Library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="http://www.boost.org/boost.png"></td>
<td align="center"><a href="http://www.boost.org/index.html">Home</a></td>
<td align="center"><a href="http://www.boost.org/libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="http://www.boost.org/more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../index.html"><img src="http://www.boost.org/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://www.boost.org/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://www.boost.org/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="using.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="c___network_library.motivation"></a><a class="link" href="motivation.html" title="Motivation"> Motivation</a>
</h2></div></div></div>
<p>
The objectives of the C++ Network Library are to:
</p>
<div class="itemizedlist"><ul type="disc">
<li>
develop a high quality, portable, easy to use C++ networking library
</li>
<li>
enable developers to easily extend the library
</li>
<li>
lower the barrier to entry for cross-platform network-aware C++ applications
</li>
</ul></div>
<p>
With the development of <a href="http://www.boost.org/libs/asio/index.html" target="_top">Boost.Asio</a>,
cross-platform network programming in C++ has become a very much easier task.
What still lacks is a set of libraries that utilise <a href="http://www.boost.org/libs/asio/index.html" target="_top">Boost.Asio</a>
in order to provide application level support so that C++ developers are better
able to develop internet and distributed applications more effectively.
</p>
<p>
The goal of C++ Network Library has never been to build a fully-featured web
server - there are plenty of excellent options already available. The niche
that this library targets is the case where light-weight networking functionality
is required by C++ applications. This type of application is becoming increasingly
common as software becomes more distributed, and applications need to communicate
with services.
</p>
<p>
While many languages provide direct library support for high level network
programming, this feature is missing in C++. Therefore, this library has been
developed with the intention of eventually being submitted to <a href="http://www.boost.org/" target="_top">the
Boost C++ Libraries</a>, a collection of general, high quality libraries
for C++ developers.
</p>
<p>
Eventually, C++ Network Library will be extended to support many of the application
layer protocols such as SMTP, FTP, SOAP, XMPP etc.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008 Glyn Matthews<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../index.html"><img src="http://www.boost.org/doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="http://www.boost.org/doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="http://www.boost.org/doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="using.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a>
</div>
</body>
</html>