nim-chronos/docs/src/examples.md
Jacek Sieka 48b2b08cfb
Update docs (#480)
* new mdbook version with built-in Nim highlighting support
* describe examples in a dedicated page
* fixes
2023-12-01 12:33:28 +01:00

970 B

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