Using the default Erlang installation what is the minimum code needed to produce a “Hello world” producing web server?
Using the default Erlang installation what is the minimum code needed to produce a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Taking “produce” literally, here is a pretty small one. It doesn’t even read the request (but does fork on every request, so it’s not as minimal possible).