add async IO to bullet points

This commit is contained in:
Greg Weber 2011-12-21 13:56:09 -03:00
parent 97393c2cdd
commit a1bf9c7457

View File

@ -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/