Grok (web framework)

From Wikipedia, the free encyclopedia
Grok
Zope foundation grok logo.png
Developer(s)Grok developers, Zope Developers, Zope Foundation
Initial release2006; 16 years ago (2006)
Stable release
3.2[1] Edit this on Wikidata / 2 September 2020; 18 months ago (2 September 2020)
Repository
Written inPython
TypeWeb framework
LicenseZope Public License
Websitegrok.zope.org Edit this at Wikidata

Grok is an open-source web framework based on Zope Toolkit (ZTK) technology. The project was started in 2006 by a number of Zope developers.[2] Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.[3][4][5]

The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the agile programming paradigm.[6] To achieve this, Grok uses convention-over-configuration instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and BlueBream do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as TurboGears, Pylons and Django.[7]

References[]

  1. ^ "Release 3.2". 2 September 2020. Retrieved 7 September 2020.
  2. ^ "Grok: or what I did on my holiday". Archived from the original on 2008-07-24. Retrieved 2008-08-30.
  3. ^ "Announcing five.grok: Grok on Zope 2!". Retrieved 2008-08-30.
  4. ^ "update repoze.grok release". Archived from the original on 2009-02-07. Retrieved 2008-08-30.
  5. ^ "Dexterity meet Grok". Retrieved 2008-08-30.
  6. ^ "Why Grok?". Archived from the original on 2008-08-24. Retrieved 2008-08-30.
  7. ^ "Competition". Retrieved 2008-08-30.

External links[]

Retrieved from ""