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