How do you create a web server?

I still can't find anywhere how to use MIT to create a simple web server, such as on an Arduino.

  • I just need it to run on port 8080 for example
  • to be able to send an html file to the client (web browser)
  • to be able to receive the response from the client (web browser) and save it in a variable

I only found the old extension:
http://kio4.com/appinventor/260_extensiones_servidorweb_nanohttpd.htm
but it can't accept a response from the client

Hasn't anyone really needed/fixed this in the entire existence of MIT?
THX, Pavel.

simple?

Perhaps

You could build your own in an extension: