Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Erlang http servers

Received: by 10.204.145.140 with SMTP id d12mr370654bkv.6.1349357109178;
        Thu, 04 Oct 2012 06:25:09 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.129.197 with SMTP id p5ls3097386bks.9.gmail; Thu, 04 Oct
 2012 06:25:08 -0700 (PDT)
Received: by 10.204.5.194 with SMTP id 2mr368804bkw.7.1349357108773;
        Thu, 04 Oct 2012 06:25:08 -0700 (PDT)
Received: by 10.204.5.194 with SMTP id 2mr368803bkw.7.1349357108755;
        Thu, 04 Oct 2012 06:25:08 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
        by gmr-mx.google.com with ESMTP id k7si684841bks.2.2012.10.04.06.25.08;
        Thu, 04 Oct 2012 06:25:08 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
	by hades.cslab.ericsson.net (Postfix) with ESMTP id 1A5C45C17E;
	Thu,  4 Oct 2012 15:25:01 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail.oinksoft.com (li61-243.members.linode.com [97.107.131.243])
 by hades.cslab.ericsson.net (Postfix) with ESMTP id C71AF5C002
 for <erlang-questi...@erlang.org>; Thu,  4 Oct 2012 15:24:58 +0200 (CEST)
Received: from oinksoft.com (localhost [127.0.0.1])
 by mail.oinksoft.com (Postfix) with ESMTP id 10DC0145EB;
 Thu,  4 Oct 2012 09:24:58 -0400 (EDT)
Received: from 127.0.0.1 (proxying for 97.107.131.243)
 (SquirrelMail authenticated user tho...@oinksoft.com)
 by oinksoft.com with HTTP; Thu, 4 Oct 2012 09:24:58 -0400
Message-ID: <405e4a98748f108b2b4a6ff2a66c5fc5.squirrel@oinksoft.com>
In-Reply-To: <00ee01cda232$b04fd9a0$10ef8ce0$@gmail.com>
References: <5068B9B6.6070...@aleynikov.org>
 <00ee01cda232$b04fd9a0$10ef8c...@gmail.com>
Date: Thu, 4 Oct 2012 09:24:58 -0400
From: tho...@oinksoft.com
To: "David Mercer" <dmer...@gmail.com>
User-Agent: SquirrelMail/1.4.22
MIME-Version: 1.0
X-Priority: 3 (Normal)
Importance: Normal
Cc: erlang-questi...@erlang.org
Subject: Re: [erlang-questions] Erlang http servers
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
 <mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
 <mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org

> Can someone please summarize this thread for me?  If I am going to run a
> web server in Erlang, which one should I use?

Right now, Cowboy seems to be the favorite. The fellow who wrote MochiWeb
has said as much in past threads (that he would write MochiWeb like Cowboy
if he were to start today). The author of the misultin project shut it
down so that new development efforts could be focused on Cowboy and tools
that integrate with Cowboy.

WebMachine is still popular for writing RESTful web services, but note
that Cowboy provides this too.

Apache users who don't want to proxy to Cowboy probably want to use Yaws.

That is my take.

Thomas Allen

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions