On Thu, 2010-09-16 at 13:05 +0200, ben kuin wrote:
> Is there a web server interface / adapter for ocaml that abstracts
> your application from the various web server implementations?
> What is your prefered way to write a small web app for example a to-do list?

There are two good options:
      * Ocsigen <http://ocsigen.org>, a web server and application
        framework in OCaml.  At this point, you must use its web server
        (which you could put behind Apache or whatever with a reverse
        proxy).  The setup would look like a lot of Rails deployments.
        I currently use Ocsigen alone on my web site.
      * OCamlNet <http://projects.camlcity.org/projects/ocamlnet.html>
        provides a CGI API with FastCGI and AJP adapters for building
        web applications.  You can run that behind most web servers.

- Michael

-- 
Web/blog: http://elehack.net/michael
Jabber/Google Talk: this e-mail address
Twitter: http://twitter.com/elehack
mouse, n: a device for pointing at the xterm in which you want to type

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to