/docs/source/web/basics.rst

https://bitbucket.org/prologic/circuits/ · ReStructuredText · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 5a0c545484f760a40d79788ca6b5c869 MD5 · raw file

  1. The Basics
  2. ==========
  3. circuits.web is not a **full stack** web framework, rather
  4. it is more closely aligned with `CherryPy <http://www.cherrypy.org>`_
  5. and offers enough functionality to make quickly developing web applications
  6. easy and as flexible as possible. circuits.web does not provide features such
  7. as:
  8. * builtin Templating
  9. * builtin Database or ORM tools
  10. * **etc**
  11. The functionality that circutis.web *does* provide ensures that circuits.web
  12. is fully HTTP/1.1 and WSGI/1.0 compliant and offers all the essential tools
  13. you need to build your web application or website.