Skip to content
glynos edited this page Dec 6, 2010 · 2 revisions

C++ Network Library example code and documentation

This page is an attempt to allow the community to develop (at least) 50 examples using the C++ Network Library. Here are some suggestions for examples:

  • Examples may be simple or reasonably hard
  • Example stubs are allowed, particularly if the functionality isn't present - this might be a good way to propose a new feature
  • These pages can be edited and updated by the community
  • Any mature examples will eventually be released with the source code - the project owners make this decision

General procedure =============

Examples can be proposed here and discussed on the mailing list To start developing a new example, create a new issue and mark it with the label "Example" Use RST format so we can transfer them easily to our docs Create a new branch for the example in order that others can follow

List of examples ============

  1. Hello world HTTP client
  2. Hello world HTTP server
  3. HTTP client one liner
  4. Simple `wget` clone
  5. Simple URI parser
  6. Simple URI builder
  7. Asynchronous HTTP
  8. Simple SMTP client
  9. Simple XMPP client

...