Examples

Examples are available in the docs/examples/ folder.

Basic concepts

Threads

TCP

  • tcpserver - Simple TCP/IP v4/v6 echo server
  • tcpserver2 - TCP/IP v4/6 echo server with graceful shutdown
  • tcpclient - Simple multi-connection echo client

HTTP

  • httpget - Downloading a web page using the http client
  • twogets - Download two pages concurrently
  • middleware - Deploy multiple HTTP server middlewares