forked from fhessel/esp32_https_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
14 lines (14 loc) · 745 Bytes
/
library.json
File metadata and controls
14 lines (14 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "esp32_https_server",
"keywords": "communication, esp32, http, https, server, ssl, tls, webserver, websockets",
"description": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP. The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.",
"repository":
{
"type": "git",
"url": "https://github.com/fhessel/esp32_https_server.git"
},
"license": "MIT",
"version": "1.0.0",
"frameworks": "arduino",
"platforms": ["espressif32"]
}