Setting up a Web Server with ESP8266

This page summarizes the projects mentioned and recommended in the original post on /r/esp8266

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ESPAsyncWebServer

    Async Web Server for ESP8266 and ESP32

  • Have a look at this library. https://github.com/me-no-dev/ESPAsyncWebServer#serving-static-files

  • ESP8266WebServer

    ESP8266 web server for MicroPython

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PlatformIO

    Your Gateway to Embedded Software Development Excellence :alien:

  • I actually read the same thing few days ago on the platformio.org site. So thank you for mentioning that. But the concept and in fact even the API is the same. Just the underlying storage structure is different from what I gathered. So you can simply tell your code to use LittleFS instead of SPIFFS (including whatever uploads/creates the file system) and it will work. But if you have an existing file system which you don't want to overwrite, then it will cause issues. That last part probably not being an issue for people flashing their own boards, but for devices out in the wild (especially consumer products) over-the-air updates where the file system doesn't change would probably cause some issues.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help Needed with Tauri Desktop App for NFC Card Enrollment on ESP32

    1 project | /r/tauri | 26 Aug 2023
  • It's 2023 why embedded development is so cumbersome?(rant)

    1 project | /r/embedded | 14 Aug 2023
  • Is there an extension in vs code to do embedded programming

    2 projects | /r/embedded | 29 Jun 2023
  • Debug program using PlatformIO and avr-stub

    3 projects | /r/Controllino | 22 May 2023
  • Do you know some sbc or soc that can be programed to run rtos and c++ on top?

    3 projects | /r/RISCV | 21 May 2023