<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">CloudI (<a class="moz-txt-link-freetext" href="http://cloudi.org">http://cloudi.org</a>) provides a
      service abstraction for Erlang and other programming languages. 
      The services don't need to be web services, but can be by using
      services with cowboy and/or elli that is provided (as
      cloudi_service_http_cowboy and cloudi_service_http_elli, or adding
      a different service for a HTTP server).  For Erlang-only usage the
      <a class="moz-txt-link-freetext" href="https://github.com/CloudI/cloudi_core">https://github.com/CloudI/cloudi_core</a> repo is provided and
      <a class="moz-txt-link-freetext" href="https://github.com/CloudI/CloudI/tree/develop/examples/hello_world5#hello-world-5-example">https://github.com/CloudI/CloudI/tree/develop/examples/hello_world5#hello-world-5-example</a>
      provides information about embedding cloudi_core usage in an
      Erlang application.<br>
      <br>
      Some examples that use non-Erlang programming languages are:<br>
      <a class="moz-txt-link-freetext" href="https://github.com/okeuday/sillymud">https://github.com/okeuday/sillymud</a><br>
      <a class="moz-txt-link-freetext" href="https://github.com/okeuday/odroid_fish">https://github.com/okeuday/odroid_fish</a><br>
      <br>
      On 05/07/2016 05:19 PM, Rodrigo Dominguez wrote:<br>
    </div>
    <blockquote
cite="mid:CALFS08xfuKTZPSesO+dzDih8cH3X9_oFHyUvOLYvDXa0q787XQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>I'm looking into building Web Services in Erlang as a
            backend for web applications.<br>
            <br>
          </div>
          I'm wondering if there are nice open source projects I can
          look at, any open source app with cowboy or webmachine would
          be nice.<br>
          <br>
        </div>
        <div>I tried to look on code search engines for projects using
          cowboy or webmachine but I couldn't fine end user
          applications, I meant, most of the projects I found were tools
          or modules to build applications, but not complete
          applications that coudl be deployed and used by end users.<br>
          <br>
        </div>
        <div>To give you an example of applications I've been building:<br>
          <br>
        </div>
        <div>* A backend for game applications where a client can
          register, login, search for other users, get into a team,
          record metrics of games, reportings of it.<br>
        </div>
        <div>* A backend for an auction system where users can register,
          publish an auction, list for auctions, bid, etc.<br>
        </div>
        <div>* A backend for a CMS, where users can create and
          collaborate in a document at the same time.<br>
        </div>
        <div><br>
        </div>
        <div>Thank you<br>
          <br>
        </div>
        <div>Rod <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>