Best basic HTTP Server
Posted: Tue Oct 09, 2018 4:30 pm
I am interested in implementation of some minimal HTTP server which could just parse basic HTTP RFCs needed for web requests.
All should be basically TCP based with following the common protocol rules. I do not intend to use secure server with certificates.
Google Chrome has nice websockets that are very fast and can be coded with raw TCP. Also AJAX is nice without json but encrypted or zipped binary data. What I need is just to send some small data back and forth. I am not sure if the web server from idf examples is sufficient enough. I'm trying to stay away from Arduino.
Maybe someone could recommend something.
Thanks
All should be basically TCP based with following the common protocol rules. I do not intend to use secure server with certificates.
Google Chrome has nice websockets that are very fast and can be coded with raw TCP. Also AJAX is nice without json but encrypted or zipped binary data. What I need is just to send some small data back and forth. I am not sure if the web server from idf examples is sufficient enough. I'm trying to stay away from Arduino.
Maybe someone could recommend something.
Thanks