Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added discord link

Signed-off-by: Mathieu Carbou <[email protected]>
  • Loading branch information
mathieucarbou authored Oct 16, 2024
1 parent 3fa58b9 commit 5856948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5856948

Please sign in to comment.