Examples Tokio Example Description hello_world A minimal example showing how to set up a Router form GET and POST Methods, and serving File path_parameters Extracing data from path segments state Stateful Applications server_sent_events A long-lived connection generating Server-Sent Events with Keep-Alive messages web_sockets A long-lived connection both sending and receiving WebSocket messages layers Middleware example which logs how long a request took to be handled Embassy on Pico W Example Description hello_world_embassy A minimal example showing how to set up a Router web_sockets_embassy A long-lived connection both sending and receiving WebSocket messages