From a1bf9c7457b17727229015db786e7035add57847 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 21 Dec 2011 13:56:09 -0300 Subject: [PATCH] add async IO to bullet points --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72013f41..4d1ae577 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ An advanced web framework using the Haskell programming language. Featuring: * safety & security guaranteed at compile time - * performance + * developer productivity: tools for all your basic web development needs + * raw performance * fast, compiled code - * a greater concurrent load than any other web application server - * developer productivity: tools for all your basic web development - needs + * techniques for constant-space memory consumption + * asynchronous IO + * this is built in to the Haskell programming language (like Erlang) + * handles a greater concurrent load than any other web application server ## Learn more: http://yesodweb.com/