<div dir="ltr">Like I said in the beginning of this thread, if you're having problems with Yaws, I'd like to hear about them. I'm one of the 3 active developers/maintainers of Yaws. There's also the erlyaws mailing list if you need help or advice from other users:<div>
<br></div><div><a href="https://lists.sourceforge.net/lists/listinfo/erlyaws-list">https://lists.sourceforge.net/lists/listinfo/erlyaws-list</a><br></div><div><br></div><div>--steve</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 1:38 PM, Ivan Carmenates García <span dir="ltr"><<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="ES-MX" link="blue" vlink="purple"><div><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Yes, that is a release, that why I choose yaws from the beginning, because despite of that fact it is so kind of free, but yet I needed to investigate more tecs to select the better one.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Regards,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Ivan.<u></u><u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="ES" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">De:</span></b><span lang="ES" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:vinoski@gmail.com" target="_blank">vinoski@gmail.com</a> [mailto:<a href="mailto:vinoski@gmail.com" target="_blank">vinoski@gmail.com</a>] <b>En nombre de </b>Steve Vinoski<br>
<b>Enviado el:</b> jueves, 12 de junio de 2014 12:46 p.m.<br><b>Para:</b> Ivan Carmenates García<br><b>CC:</b> Loïc Hoguin; Lee Sylvester; erlang-questions</span></p><div><div class="h5"><br><b>Asunto:</b> Re: [erlang-questions] Which technology I should choose?<u></u><u></u></div>
</div><p></p><div><div class="h5"><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">There is no requirement in Yaws that you use embedded code. It's there if you want to use it in your app, as are a variety of other features, but nothing forces you to use it if you don't want to.<u></u><u></u></p>
<div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">--steve<u></u><u></u></p></div></div><div><p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p><div><p class="MsoNormal">On Thu, Jun 12, 2014 at 12:38 PM, Ivan Carmenates García <<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a>> wrote:<u></u><u></u></p>
<p class="MsoNormal">Yes, I mean no embedded code like apache/php and yaws/erlang, a good and separate logic, like using model, view, controller,<br>an example could be in the standard web design, using html, css and javascript,  the html file only content the struct, css file with the style, and the combination of two is referring in the html file id classes in css file, not embedding css code in the html, for the javascript part even more careful, using add listener events in the js file over registering events or embedding js code in the html. Something like that, I really disgust embedded code I rather a thousand of times to build a well-defined and separated logic.<br>
<br>Regards,<br>Ivan.<br><br><br><br>-----Mensaje original-----<u></u><u></u></p><div><p class="MsoNormal">De: Loïc Hoguin [mailto:<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>]<u></u><u></u></p>
</div><p class="MsoNormal">Enviado el: jueves, 12 de junio de 2014 11:16 a.m.<u></u><u></u></p><div><p class="MsoNormal">Para: Lee Sylvester<br>CC: Ivan Carmenates García; <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><u></u><u></u></p>
</div><p class="MsoNormal">Asunto: Re: [erlang-questions] Which technology I should choose?<u></u><u></u></p><div><div><p class="MsoNormal"><br>But what's this cleanliness you speak of? Can you provide some examples?<br>
<br>On 06/12/2014 05:14 PM, Lee Sylvester wrote:<br>> I actually think Cowboy has the most potential.  Mostly because Cowboy receives the most frequent updates.  However, I also love WebMachine and it’s cleanliness.  It would be good to have a secondary layer for Cowboy one of these days, that helps scaffold complex but typical web server requirements.  I’ve been thinking quite a bit about it.<br>
><br>> Lee<br>><br>><br>><br>> On 12 Jun 2014, at 08:56, Loïc Hoguin <<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>> wrote:<br>><br>>> No offense taken or anything. Just the way you say it makes it sound like you didn't know about cowboy_rest. cowboy_rest implements the same state machine as WebMachine, and the Cowboy router implements a similar routing mechanism to WebMachine, so using Cowboy or WebMachine should be equivalent for REST tasks, simple or not. It's the same callbacks and concepts etc.<br>
>><br>>> (If you haven't guessed from this post, yes, WebMachine was a big<br>>> inspiration for many things in Cowboy.)<br>>><br>>> On 06/12/2014 01:23 AM, Lee Sylvester wrote:<br>>>> Hey Loïc,<br>
>>><br>>>> I meant nothing by it.  I had to build a Socket.IO compatible server<br>>>> recently, and Cowboy was my first choice.  I simply find WebMachine<br>>>> gets the job done when that job is a super simple task and I need<br>
>>> full REST without thinking too hard about it.<br>>>><br>>>> Lee<br>>>><br>>>><br>>>> On 11 Jun 2014, at 17:21, Loïc Hoguin <<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a><br>
>>> <mailto:<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>>> wrote:<br>>>><br>>>>> Cowboy has had Webmachine based REST for more than 2 years now. Am<br>>>>> I missing something obvious that Webmachine has or are people<br>
>>>> simply not aware of the implementation in Cowboy? If there is<br>>>>> something that can be improved I'd like to hear about it.<br>>>>><br>>>>> --<br>>>>> Loïc Hoguin<br>
>>>> <a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>>>>><br>>>>> -------- Original Message --------<br>>>>> From:Lee Sylvester <<a href="mailto:lee.sylvester@gmail.com" target="_blank">lee.sylvester@gmail.com</a><br>
>>>> <mailto:<a href="mailto:lee.sylvester@gmail.com" target="_blank">lee.sylvester@gmail.com</a>>> Sent:Wed, 11 Jun 2014 17:58:48<br>>>>> +0200 To:Ivan Carmenates García <<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a><br>
>>>> <mailto:<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a>>> <a href="mailto:Cc%3Aerlang-questions@erlang.org" target="_blank">Cc:erlang-questions@erlang.org</a><br>>>>> <mailto:<a href="mailto:questions@erlang.org" target="_blank">questions@erlang.org</a>><br>
>>>> Subject:Re: [erlang-questions] Which technology I should choose?<br>>>>><br>>>>> I find Cowboy provides a lot of flexibility, but WebMachine<br>>>>> provides a “quick to market” solution.  WebMachine also helps you<br>
>>>> build cleaner code.  Mochiweb is useful, but since WebMachine is<br>>>>> built on it, I’d say it’s WebMachine hands down.<br>>>>><br>>>>> Lee<br>>>>><br>>>>><br>
>>>> On 11 Jun 2014, at 16:42, Ivan Carmenates García<br>>>>> <<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a> <mailto:<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a>>> wrote:<br>
>>>><br>>>>>> Hi all,<br>>>>>> I’ve been wondering if I could ask for an advice from the<br>>>>>> community to help me choose a good tec for a project I am developing.<br>
>>>>> My primordial priority is not to be productive, I like pure Erlang<br>>>>>> as it is, no dummy frameworks for productivity, I’m looking for<br>>>>>> something clean and powerful at the same time, I already choose<br>
>>>>> Extjs<br>>>>>> 4.2 for the view, because the project is about accounting and<br>>>>>> statistics, and the graphics and visual that extjs gives is a very<br>>>>>> nice and interesting fact. I have a weak choice for yaws for the<br>
>>>>> server at the time.<br>>>>>> What I would like to know is if there is another web server better<br>>>>>> than yaws to combine it with extjs, the idea is to export an API<br>
>>>>> REST or another kind of API that allows a good communication with<br>>>>>> extjs using json, also that supports for web-socket or any<br>>>>>> real-time server push technology, that is primordial since I need a real-time app, ex:<br>
>>>>> Chicago Boss have a very interesting mechanism to do that, since<br>>>>>> it use a long-polling strategy, that is very interesting, the only<br>>>>>> problem and almost impossible to deal with CB is the errors<br>
>>>>> formatting and definition. A good documentation is required too.<br>>>>>> I hope someone can help me to decide.<br>>>>>> I will appreciate all kind of suggestions.<br>>>>>> Best regards,<br>
>>>>> Ivan.<br>>>>>> _______________________________________________<br>>>>>> erlang-questions mailing list<br>>>>>> <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a> <mailto:<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a>><br>
>>>>> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>>>>><br>>>><br>>><br>>> --<br>
>> Loïc Hoguin<br>>> <a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>><br><br>--<br>Loïc Hoguin<br><a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br><br>_______________________________________________<br>
erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><u></u><u></u></p>
</div></div></div><p class="MsoNormal"><u></u> <u></u></p></div></div></div></div></div></blockquote></div><br></div>