nim-chronos/docs/src/examples.md
2024-01-12 15:39:45 +02:00

1.1 KiB

Examples

Examples are available in the docs/examples/ folder.

Basic concepts

TCP

  • tcpserver - Simple TCP/IP v4/v6 echo server

HTTP

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