caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Announce] Ocsigen 0.5.1 (Web server in OCaml)
@ 2006-12-19 15:47 Vincent Balat
  0 siblings, 0 replies; only message in thread
From: Vincent Balat @ 2006-12-19 15:47 UTC (permalink / raw)
  To: caml-list

Dear OCaml users,

The Ocsigen Web server is now available for download in version 0.5.1.

See http://www.ocsigen.org for details, downloading and documentation.

Ocsigen is a Web server, with a programming framework providing a new way to 
create dynamic Web sites using Objective Caml. Its goal is to offer an 
alternative to Apache/PHP, based on cutting-edge technologies coming from 
research in programming languages.

It allows to program in a concise and modular way, using OCaml's type system 
in a thoroughgoing way in order to produce valid xhtml. The server handles 
sessions, URLs, and page parameters automatically. Pages are generated by 
OCaml functions (services) and you can dynamically create new services 
dedicated to a user of the Web site (continuation based Web programming).

The Web server is now full featured to handle static and dynamic pages. It 
supports HTTP, HTTPS, pipelining of requests, multipart forms, virtual hosts, 
etc. It is implemented using cooperative threads, making it very lightweight 
and providing a very convenient and safe style of programming (no need for 
mutexes).

Ocsigen is now fully usable and (hopefully) stable. Some features will be 
added before version 1 (in a few months). Next version (0.6.0) will allow the 
creation of extensions for the Web server (like Apache modules).

A debian package is available (unstable branch). Contribution would be 
appreciated for a Godi package.

Vincent Balat


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-19 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-19 15:47 [Announce] Ocsigen 0.5.1 (Web server in OCaml) Vincent Balat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).