Using the default Erlang installation what is the minimum code needed to produce a \"Hello world\" producing web server?
For a web server using only the built in libraries check out inets http_server. When in need of some more power but still with simplicity you should check out the mochiweb library. You can google for loads of example code.