[[
en:requirements_for_a_web_framework
]]
demexp
Trace:
»
requirements_for_a_web_framework
You are here:
start
»
en
»
requirements_for_a_web_framework
Mandatory requirements
i18n support (UTF-8 encoding)
efficient (native compilation if possible)
ability to bookmark pages
support of cookies and more generally state between pages
help against attacks (XSS,
SQL
injection, ...)
database backend
transactional support (at least correct handling of concurrent updates)
Optional requirements?
interface with current OCaml code?
en/requirements_for_a_web_framework.txt · Last modified: 2006/06/27 10:16 by 194.51.18.66