LiveCode-HTTP-Server
Example LiveCode Stack: "HTTP Server Services" in native LiveCode.
It is a localhost http server that will serve standard html web sites using a root folder hierarchy. It will serve Javascript, CSS, and all types of image files types within the root folder structure (see sample web site link: https://github.com/merill00/LiveCode-HTTP-Server ).
It uses the "contents/Tools/Extensions/com.livecode.library.httpd/httpd.livecodescript" library found in LiveCode desktop application.
This stack adds a function to determine the content type of a file before the server responses to a browser client request.
This allow you to use this server as a localhost server so you can host your own html website on your local machine.