Search found 1 match

by rsnyman
Fri Mar 22, 2019 2:10 pm
Forum: ESP8266 boards
Topic: ESP8266 + RESTful API (GET/POST)
Replies: 3
Views: 13925

Re: ESP8266 + RESTful API (GET/POST)

Needed a web server that I could use on my ESP8266, but Picoweb by Paul Sokolovsky (see https://github.com/pfalcon/picoweb ) was still too big for the limited RAM of the ESP8266, so I stripped it down even further. It works like Flask (see http://flask.pocoo.org/ ). Here's my version: https://gitlab...