add async IO to bullet points
This commit is contained in:
parent
97393c2cdd
commit
a1bf9c7457
10
README.md
10
README.md
@ -1,11 +1,13 @@
|
|||||||
An advanced web framework using the Haskell programming language. Featuring:
|
An advanced web framework using the Haskell programming language. Featuring:
|
||||||
|
|
||||||
* safety & security guaranteed at compile time
|
* safety & security guaranteed at compile time
|
||||||
* performance
|
* developer productivity: tools for all your basic web development needs
|
||||||
|
* raw performance
|
||||||
* fast, compiled code
|
* fast, compiled code
|
||||||
* a greater concurrent load than any other web application server
|
* techniques for constant-space memory consumption
|
||||||
* developer productivity: tools for all your basic web development
|
* asynchronous IO
|
||||||
needs
|
* 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/
|
## Learn more: http://yesodweb.com/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user