Browse thread
[Caml-list] HTTP-server written in ocaml
- Jurjen Stellingwerff
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jurjen Stellingwerff <jurjen@s...> |
| Subject: | [Caml-list] HTTP-server written in ocaml |
Hello all, In the past few months I have written a web-server in ocaml. This resulted in a module library and a stand-alone web-server. This server has an internal scripting language that is basically just html with extra tags (like <loop> ... </loop> and <when test="a=3"> ... </when>) Yes I know... yet another scripting language. But there is hope... this server is also usable as a module so if you want to web enable your own application feel free to grab this project... The code should be stable (I have some remaining worries about SSL) and I hope to get some feedback on it... please send in all your encouragements, flames, patches and enhancement request. More info on: http://camlserv.sf.net Jurjen Stellingwerff ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners