aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/servers.dox
blob: 827cd95b40093a8589ee0b41df630f5edc15c157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2007-2019 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.
 */