TinyWebServer

Tiny web server

A small web server implementation for Arduino microcontrollers

Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM

GitHub

245 stars
28 watching
65 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jczic/microwebsrv A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. 652
belyalov/tinyweb A lightweight HTTP server for microcontrollers with limited resources 252
hugokernel/micropython-nanoweb A full asynchronous web server for Micropython with a small memory footprint. 106
jczic/microwebsrv2 A highly optimized web server designed for embedded systems and IoT devices 662
unosquare/embedio A lightweight, cross-platform web server for .NET applications 1,468
forthespada/mypoorwebserver A simple HTTP web server implemented in C 1,229
jacob3141/qtwebserver A Qt-based web application server 62
roterfux/esp8266_ntp_webserver A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. 2
tiny-http/tiny-http An HTTP server library for Rust that handles client connections and data transfers. 1,009
cpopp/microftpserver A minimal FTP server for remote file management on an ESP8266 microcontroller 36
inhabitedtype/httpaf A high-performance web server written in OCaml, designed to be memory-efficient and scalable. 535
s-you/pico.v A lightweight web server implementation in V language 110
remileduc/sherver A lightweight Bash web server that serves static and dynamic pages with minimal configuration. 338
realtimelogic/minnowserver A lightweight, resource-efficient embedded HTTP(S) WebSocket server 320
marcodpt/minirps A small, self-contained Rust web server with features like reverse proxying, HTTPS, CORS and template rendering. 21