From 58569481d5fc51d5fb07d2db2d0a081e3d899ed0 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou <mathieu.carbou@gmail.com> Date: Wed, 16 Oct 2024 22:45:45 +0200 Subject: [PATCH] Update README.md Added discord link Signed-off-by: Mathieu Carbou <mathieu.carbou@gmail.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 459ca17..f1b3af0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ PsychicHttp is a webserver library for ESP32 + Arduino framework which uses the [ESP-IDF HTTP Server](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_http_server.html) library under the hood. It is written in a similar style to the [Arduino WebServer](https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer), [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer), and [ArduinoMongoose](https://github.com/jeremypoulter/ArduinoMongoose) libraries to make writing code simple and porting from those other libraries straightforward. +**Discord**: [https://discord.gg/TAQrTR3f9C](https://discord.gg/TAQrTR3f9C) + # Features * Asynchronous approach (server runs in its own FreeRTOS thread)