Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 325 Bytes

HTTP Server Examples

Embedded

esp-idf

The ESP32 platform is very robust, so this is a good place to start. Check out esp-idf/test for a kind of 'ping' webserver

Desktop

Examples include:

Fileserver

A rudimentary file server with awful path handling but pretty sweet data chunking and thread pooling.