[erlang-questions] Yet Another Web Server
Sergey S
ad.sergey@REDACTED
Sat Jan 10 23:52:47 CET 2009
Hello.
> I want include a web server to my Erlang application, can I do this with YAWS?
Maybe it will be better to use mochiweb instead of Yaws? It's
developed to be very convenient in cases when web-server is considered
as a part of your application.
Look at this article, showing how to use mochiweb in a nutshell:
http://bob.pythonmac.org/archives/2007/11/07/mochiweb-another-faster-web-server/
The sources can be found here: http://code.google.com/p/mochiweb/
And google about iserver and httpd. It will help you to decide which
web-server you need.
--
Sergey
More information about the erlang-questions
mailing list