nim-chronos/docs/src/examples.md
Jacek Sieka 8cf2d69aaa
Minimal threading docs (#493)
* Minimal threading docs

* compile examples with threads

* links
2024-02-14 08:27:09 +01:00

1.2 KiB

Examples

Examples are available in the docs/examples/ folder.

Basic concepts

Threads

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