blob: 0d061a60de0e9d23d32b715cf616b973205717b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Copyright (C) 2007-2008 Xagasoft, All rights reserved.
*
* This file is part of the libbu++ library and is released under the
* terms of the license contained in the file LICENSE.
*/
/**
*@page howto_servers Creating Internet Servers
*
* Libbu++ provides a comprehensive set of classes for creating any type of
* server that you would like. At the moment these are restricted to using
* the Bu::Socket subclass of Bu::Stream, and therefore the INET socket
* namespace. This isn't much of a restriction, but hopefully it will be
* lifted in the future.
*
*@todo Finish this page.
*/
|