aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/servers.dox
blob: 0ba4bb1cced0466ee227453efc98632ad51c6c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 *@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.
 */