[erlang-questions] hows the erlang web framework or library world evolving?

Duncan McGreggor duncan@REDACTED
Sun Feb 23 21:10:30 CET 2014


I've been a big fan of YAWS since I saw the original performance
announcement in 2006. More recently, several of us in the LFE community
have been using it to create REST servers of great beauty and simplicity:
  https://github.com/lfe/yaws-rest-starter#development

YAWS needs to be configured to know where to point, e.g.:
  appmods = </, yaws-rest-starter-routes exclude_paths static>

And then you need to define an out/1 function in the module provided to
YAWS above. Everything after that is entirely up to you.

We couldn't be happier with the combination of simplicity, flexibility, and
performance. Not to mention the total ease of use from LFE ;-)

d



On Sat, Feb 22, 2014 at 6:21 PM, Michael Truog <mjtruog@REDACTED> wrote:

>  It appears like this email isn't one I received from the email list, so
> other people may not have received it since it was sent through the google
> group rather than the normal mailing list (
> http://erlang.org/pipermail/erlang-questions/2014-February/subject.html).
> (not sure why the google group method of sending emails isn't working
> properly, since I have both set up to deliver emails)
>
> http://cloudi.org uses CloudI to run the site with cowboy as the HTTP
> server
> (config at http://cloudi.org/config.html)
>
> On 02/22/2014 03:55 PM, Steve Davis wrote:
>
> Smart question. You'd think there'd be 100 answers by now, right?
>
> On Thursday, February 20, 2014 5:05:25 AM UTC-6, johannes falcone wrote:
>>
>> anyone got a live erlang powered site I can see?
>>
>>
>> what data store are you using?
>> mnesia?
>> something else?
>> firebirdDB? postgresql?
>>
>  --
> Remember to send a copy to erlang (dot) questions (at) erlang (dot) org
> when posting.
> ---
> You received this message because you are subscribed to the Google Groups
> "Erlang Programming" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erlang-programming+unsubscribe@REDACTED
> To post to this group, send email to erlang-programming@REDACTED
> Visit this group at http://groups.google.com/group/erlang-programming.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140223/a8377325/attachment.htm>


More information about the erlang-questions mailing list