Here What is the fastest webserver solution with the lowest memory footprint? I saw that people recommended gwan for low memory web server applications.
After getting it to work it seems to be working well. However, it seems to be not updated any more, and does not have https/tls/ssl support out of the box.
After researching a bit on here I found out that you can write your own protocol handler to support this. I am wondering if anyone has done this and would be willing to share their code?
Perhaps someone knows of an opensource solution?